diff options
author | Case Duckworth | 2022-01-18 18:16:32 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-18 18:16:32 -0600 |
commit | 81c6f178545fcb3e581dd249de1ef22521f7c376 (patch) | |
tree | 07581afc1e9bffb6a547981afb21a1bd9ee17f5b /lisp/+eshell.el | |
parent | Ahh (diff) | |
parent | Um (diff) | |
download | emacs-81c6f178545fcb3e581dd249de1ef22521f7c376.tar.gz emacs-81c6f178545fcb3e581dd249de1ef22521f7c376.zip |
Hm.
Diffstat (limited to 'lisp/+eshell.el')
-rw-r--r-- | lisp/+eshell.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/+eshell.el b/lisp/+eshell.el index 1f8677c..d49358d 100644 --- a/lisp/+eshell.el +++ b/lisp/+eshell.el | |||
@@ -91,10 +91,10 @@ something, it's really annoying to work with." | |||
91 | ,@forms) | 91 | ,@forms) |
92 | (when (featurep 'eshell) | 92 | (when (featurep 'eshell) |
93 | `(dolist (buf (buffer-list)) | 93 | `(dolist (buf (buffer-list)) |
94 | (with-current-buffer buf | 94 | (with-current-buffer buf |
95 | (when (derived-mode-p 'eshell-mode) | 95 | (when (derived-mode-p 'eshell-mode) |
96 | (+eshell@setup))))) | 96 | (+eshell@setup))))) |
97 | '(add-hook 'eshell-mode-hook #'+eshell@setup))) | 97 | (add-hook 'eshell-mode-hook #'+eshell@setup))) |
98 | 98 | ||
99 | (provide '+eshell) | 99 | (provide '+eshell) |
100 | ;;; +eshell.el ends here | 100 | ;;; +eshell.el ends here |