Merge pull request #283 from marivas/fix-ensure-module-prelude-osx

fix ensure module exec-path-from-shell
This commit is contained in:
Bozhidar Batsov 2013-03-23 04:05:39 -07:00
commit cf9967d0f9

View file

@ -34,7 +34,7 @@
;; On OS X Emacs doesn't use the shell PATH if it's not started from
;; the shell. Let's fix that:
(prelude-ensure-module-deps 'exec-path-from-shell)
(prelude-ensure-module-deps '(exec-path-from-shell))
(require 'exec-path-from-shell)
(exec-path-from-shell-initialize)