Emacs: Eshell: Add mpsyt to the list of visual commands

master
Pierre Neidhardt 2017-06-17 11:19:43 +01:00
parent 079a67357a
commit b24c7d46b3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
(with-eval-after-load 'em-term
(nconc eshell-visual-commands
'("abook" "cmus" "fzf" "htop" "mpv" "mutt" "ncdu" "newsbeuter" "ranger"))
'("abook" "cmus" "fzf" "htop" "mpsyt" "mpv" "mutt" "ncdu" "newsbeuter" "ranger"))
(setq eshell-visual-subcommands
'(("git" "log" "diff" "show")
("sudo" "vi"))))