Fixed bug that would have occurred at first run on OS X.

This commit is contained in:
Lars Tveito 2015-04-08 22:35:43 +02:00
parent 21a76e3c04
commit bea0bf971e

View File

@ -193,7 +193,7 @@
(mapcar 'package-install packages)
;; This package is only relevant for Mac OS X.
(when (memq window-system '(mac ns))
(pacakge-install-package 'exec-path-from-shell))))
(package-install 'exec-path-from-shell))))
#+END_SRC
** Mac OS X