diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2040,8 +2040,9 @@ ;;;;; basic custom (use-package eshell :init - (setq eshell-directory-name "~/.emacs.d/eshell") - (setq eshell-hist-ignoredups 'erase) + (setq eshell-directory-name "~/.emacs.d/eshell" + eshell-hist-ignoredups 'erase + eshell-error-if-no-glob t) (defun jao-eshell--outline () (setq-local outline-regexp eshell-prompt-regexp)) |