From d52fba67b658f7261a15e125d7c9c32961fb06d6 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 3 Apr 2021 18:03:10 +0100 Subject: emacs: Use exec-path-from-shell This nifty package will ensure emacs has the same PATH as zsh. --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index f4350aa..ca6abaa 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -90,6 +90,10 @@ (put 'dired-find-alternate-file 'disabled nil) (require 'dired-x)) +(use-package exec-path-from-shell + :config (exec-path-from-shell-initialize) + :ensure t) + (use-package evil-magit :ensure t) (use-package go-mode -- cgit v1.2.3-70-g09d2