diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 3885b59..2e2b9ad 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -148,10 +148,11 @@ :init (setq exec-path-from-shell-check-startup-files nil) - (exec-path-from-shell-initialize) :config - (setq exec-path-from-shell-debug t)) + (progn + (setq exec-path-from-shell-debug t) + (exec-path-from-shell-initialize))) (use-package flycheck ;; check syntax |