diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1647,6 +1647,8 @@ (defun jao-eshell--outline () (setq-local outline-regexp eshell-prompt-regexp)) + :config (setq eshell-prompt-repeat-map nil) + :hook (eshell-mode . jao-eshell--outline)) ;;;;; colors |