diff options
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 |