From 8ba3ffad71c8854c3a0bfe4d9bda6ab221da439f Mon Sep 17 00:00:00 2001 From: mattkae Date: Fri, 21 Oct 2022 07:41:42 -0400 Subject: Refreshing the window and navigating back to current buffer after file ops --- lisp/lisp.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/lisp.el') diff --git a/lisp/lisp.el b/lisp/lisp.el index c313d53..01199ca 100644 --- a/lisp/lisp.el +++ b/lisp/lisp.el @@ -7,6 +7,10 @@ (company-mode t) ) +(require 'projectile) +(with-eval-after-load 'projectile + (add-to-list 'projectile-globally-ignored-directories "elpa")) + (add-hook 'emacs-lisp-mode-hook 'setup-lisp) (provide 'lisp) ;;; lisp.el ends here -- cgit v1.2.1