! -> eval-when-compile

This commit is contained in:
Henrik Lissner
2015-10-26 01:34:16 -04:00
parent a5bf8a5190
commit 745256eabd
4 changed files with 9 additions and 8 deletions

View File

@ -19,10 +19,10 @@
(when window-system
(setenv "SHELL" "/usr/local/bin/zsh")
(setenv "EMACS" "1") ; make sure the world knows
(setq exec-path (! (require 'exec-path-from-shell)
(exec-path-from-shell-initialize)
exec-path)))
(setq exec-path (eval-when-compile
(require 'exec-path-from-shell)
(exec-path-from-shell-initialize)
exec-path)))
;; OSX Related Plugins ;;;;;;;;;;;;;;;;;