diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-05 23:27:54 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-05 23:27:54 +0100 |
| commit | 125bae7a6515753ec1f9379f4d4c836b7b543553 (patch) | |
| tree | ecc6e246a2b810a423f10291097183ca1502b15c /emacs-config.org | |
| parent | c5a0f766ac93ee7d1c5d08ea098245e1f3333fa7 (diff) | |
Ensure eshell display buffer position when called via project-eshell
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) |
