aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-10-16 16:51:39 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-10-16 16:51:39 +0100
commit0d3832c32a827fea0261c71151297787819401eb (patch)
treec7917bb44772e28357e7b5c3b8576afe2bd5c18b
parent078427e6a82442b76bec0c2c3d2267f7650f72a1 (diff)
downloaddotfiles-0d3832c32a827fea0261c71151297787819401eb.tar.gz
dotfiles-0d3832c32a827fea0261c71151297787819401eb.tar.bz2
dotfiles-0d3832c32a827fea0261c71151297787819401eb.zip
Adjust :display record for eshell
Previous record would annoyingly affect helpful buffers for eshell.
-rw-r--r--Emacs/.config/emacs/config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 2355529..d47a117 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1921,7 +1921,7 @@ them.
(use-package eshell
:defer t
:display
- ("\\*.*eshell\\*"
+ ("\\*eshell\\*"
(display-buffer-same-window)
(reusable-frames . t))
:init