summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-07 05:17:26 +0100
committerjao <jao@gnu.org>2022-09-07 05:17:26 +0100
commitaea99a7fecc5d873991990057ba02479f5b9b1b1 (patch)
treed0ce191bffc45bcaf1733b49f0847ca01065bd61 /init.el
parentce7c0c9886d07618d70fc43e9be7f44797da299e (diff)
downloadelibs-aea99a7fecc5d873991990057ba02479f5b9b1b1.tar.gz
elibs-aea99a7fecc5d873991990057ba02479f5b9b1b1.tar.bz2
eshell-error-if-no-glob
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))