diff options
author | Thanos Apollo <[email protected]> | 2023-08-03 23:10:11 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-03 23:10:11 +0300 |
commit | ea94542415a37eb090a1ca2edc25633a9e8378e9 (patch) | |
tree | cb2a2feec8e8019c277852574b72d86f9398426a | |
parent | ab877e9d6070c308838acddf0be9f975870bcd7f (diff) |
emacs: use eshell with eat
-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 |