From efc08126f7119569112b336f0cd73eefdf9737b5 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 18 Jan 2022 17:18:06 -0600 Subject: Um --- lisp/+eshell.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lisp/+eshell.el') 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." ,@forms) (when (featurep 'eshell) `(dolist (buf (buffer-list)) - (with-current-buffer buf - (when (derived-mode-p 'eshell-mode) - (+eshell@setup))))) - '(add-hook 'eshell-mode-hook #'+eshell@setup))) + (with-current-buffer buf + (when (derived-mode-p 'eshell-mode) + (+eshell@setup))))) + (add-hook 'eshell-mode-hook #'+eshell@setup))) (provide '+eshell) ;;; +eshell.el ends here -- cgit 1.4.1-21-gabe81