diff options
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,7 +5,6 @@ #+auto_tangle: t #+STARTUP: overview - * System Information ** Essentials Set my name and email address @@ -965,8 +964,8 @@ Create function to watch videos using ~mpv~ #+begin_src emacs-lisp (define-key thanos/applications-map (kbd "m") 'mu4e) #+end_src -* Shells -** Eshell + +* Eshell ** Configuration with Eat #+begin_src emacs-lisp (setq eshell-visual-commands '()) |