summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 4 insertions, 0 deletions
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