From ea94542415a37eb090a1ca2edc25633a9e8378e9 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 3 Aug 2023 23:10:11 +0300 Subject: emacs: use eshell with eat --- emacs.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.org b/emacs.org index 484bf18..8babf90 100755 --- a/emacs.org +++ b/emacs.org @@ -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 -- cgit v1.2.3