summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el
index 7d54bc6..f068a78 100644
--- a/init.el
+++ b/init.el
@@ -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))