diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-config.org b/emacs-config.org index 28f4fe3..047939c 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -86,7 +86,7 @@ Add advice to enable ~query-replace~ to search the whole buffer or region if sel Eshell display settings. #+begin_src elisp - (cl-pushnew '("\\*e?shell\\*" + (cl-pushnew '("\\*?e?shell\\*" (display-buffer-in-side-window) (side . bottom) (slot . -1) |
