diff options
-rwxr-xr-x | emacs.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -924,10 +924,10 @@ Create function to watch videos using ~mpv~ (define-key emms-playlist-mode-map (kbd "A") 'emms-add-directory-tree) #+end_src * Eshell -First let's set ~eshell-visual-commands~ -+ This are commands cannot be displayed properly with ~eshell~ +** Configuration with Eat #+begin_src emacs-lisp - (setq eshell-visual-commands '("mocp" "htop" "nvim")) + (setq eshell-visual-commands '()) + (eat-eshell-mode 1) #+end_src ** Environment #+begin_src emacs-lisp |