Eshell: Remove unused visual commands.

master
Pierre Neidhardt 2020-05-23 11:29:10 +02:00
parent 7a75bbb3d7
commit c9ed07e148
1 changed files with 2 additions and 3 deletions

View File

@ -112,15 +112,14 @@
eshell-destroy-buffer-when-process-dies t)
(with-eval-after-load 'em-term
(dolist (p '("abook" "alsamixer" "cmus" "fzf" "gtypist" "htop" "mpsyt" "mpv" "mutt" "ncdu" "newsbeuter" "pinentry-curses" "ranger" "watch" "wifi-menu"))
(dolist (p '("alsamixer" "gtypist" "htop" "mpsyt" "mpv" "watch"))
(add-to-list 'eshell-visual-commands p))
(setq eshell-visual-subcommands
;; Some Git commands use a pager by default.
;; Either invoke the subcommands in a term ("visual") or configure Git
;; to disable the pager globally.
;; '(("git" "log" "diff" "show")
'(("sudo" "wifi-menu") ; Arch Linux
("sudo" "vi" "visudo"))))
'(("sudo" "vi" "visudo"))))
;;; Alias management possibilities:
;;; - Version eshell-alias and store it in user-emacs-directory. Simplest and