summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-22 16:05:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-22 16:05:28 -0700
commitd1b902dc08b261c2b4f6e896bb516b5e532c86d9 (patch)
tree98e1a06f354860177e925fbd923f71f5729dc4e6 /.emacs.d
parent82a1d86b970be3a49a88458af8a8b5011fca7999 (diff)
downloaddotfiles-d1b902dc08b261c2b4f6e896bb516b5e532c86d9.tar.gz
require eshell, so eshell-buffer-name is bound
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init-spw.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index f217cbc5..ed79bb7c 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -1305,6 +1305,7 @@ The ideas behind this behaviour are as follows.
command, and if we're already in Eshell, we might use C-x 4 4
to start the cycling in another window."
(interactive "P")
+ (require 'eshell)
(cl-flet ((project-eshell-eshell-p ()
(string-match "\\`\\*.+-eshell\\*[><0-9]*\\'" (buffer-name)))
(fresh-eshell ()