emacs-configuration: Add htop to eshell-visual-commands and remove /usr/bin/sudo

This commit is contained in:
Collin J. Doering 2023-03-30 17:36:10 -04:00
parent 7bcfa08cc1
commit 5a82770e1d
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 2 additions and 3 deletions

View File

@ -2977,9 +2977,8 @@ This is not yet packaged for guix.
:config (setq
eshell-scroll-to-bottom-on-input t
eshell-visual-commands '("vi" "screen" "top" "less" ;; Commands to run without dumb-term
"more" "lynx" "ncftp" "vim"
"ncmpcpp" "irssi" "mc" "alsamixer"
"/usr/bin/sudo")))
"more" "lynx" "ncftp" "vim" "htop"
"ncmpcpp" "irssi" "mc" "alsamixer")))
;; TODO: this doesn't belong in this file and should be relocated
;; Force ediff sessions to run in the same frame