diff --git a/core/prelude-osx.el b/core/prelude-osx.el index f7e3a92..49cab8e 100644 --- a/core/prelude-osx.el +++ b/core/prelude-osx.el @@ -35,6 +35,7 @@ ;; On OS X Emacs doesn't use the shell PATH if it's not started from ;; the shell. Let's fix that: (prelude-require-packages '(exec-path-from-shell)) + (require 'exec-path-from-shell) (exec-path-from-shell-initialize)