Browse Source

fix ensure module exec-path-from-shell

custom
Manuel Rivas 13 years ago
parent
commit
0b1cff43b0
  1. 2
      core/prelude-osx.el

2
core/prelude-osx.el

@ -34,7 +34,7 @@
;; On OS X Emacs doesn't use the shell PATH if it's not started from ;; On OS X Emacs doesn't use the shell PATH if it's not started from
;; the shell. Let's fix that: ;; 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) (require 'exec-path-from-shell)
(exec-path-from-shell-initialize) (exec-path-from-shell-initialize)

Loading…
Cancel
Save