From 0b1cff43b0245e73505e1a6f7c8940397bdac6e1 Mon Sep 17 00:00:00 2001 From: Manuel Rivas Date: Sat, 23 Mar 2013 11:59:55 +0100 Subject: [PATCH] fix ensure module exec-path-from-shell --- core/prelude-osx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-osx.el b/core/prelude-osx.el index f7879c8..8ec252f 100644 --- a/core/prelude-osx.el +++ b/core/prelude-osx.el @@ -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)