From 01bb1c9e90da2b729693d02b03ddc20682b86eba Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 13 Apr 2014 11:46:49 +0300 Subject: [PATCH] Code style --- core/prelude-osx.el | 1 + 1 file changed, 1 insertion(+) 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)