Eshell: Remove "dtach" from visual commands so eshell-detach works seamlessly

master
Pierre Neidhardt 2017-11-25 19:02:38 +01:00
parent edf326873f
commit 78714c19c4
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
(setq-default eshell-prompt-regexp "^> ")
(with-eval-after-load 'em-term
(dolist (p '("abook" "alsamixer" "cmus" "dtach" "fzf" "htop" "mpsyt" "mpv" "mutt" "ncdu" "newsbeuter" "pinentry-curses" "ranger" "watch" "wifi-menu"))
(dolist (p '("abook" "alsamixer" "cmus" "fzf" "htop" "mpsyt" "mpv" "mutt" "ncdu" "newsbeuter" "pinentry-curses" "ranger" "watch" "wifi-menu"))
(add-to-list 'eshell-visual-commands p))
(setq eshell-visual-subcommands
'(("git" "log" "diff" "show"