summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e07cb65..bc0abf8 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -237,7 +237,9 @@
:map eshell-mode-map
("s-l" . my/eshell-clear)
("s-s" . consult-history))
- :custom ((eshell-cmpl-ignore-case t)
+ :custom ((display-comint-buffer-action '(display-buffer-use-some-frame
+ (category . comint)))
+ (eshell-cmpl-ignore-case t)
(eshell-aliases-file (expand-file-name "alias" user-emacs-directory))
(eshell-directory-name (my/cache-file-name "eshell"))
(eshell-hist-ignoredups t)