From bf31624a29324dcae42ed5b62cb4f78f162accd4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 15 Dec 2016 08:34:36 -0800 Subject: [emacs] Hopefully fix exec-shell thingy. --- emacs.d/init.el | 5 +++-- 1 file 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 -- cgit 1.4.1