From bea0bf971ee5fa3fb6984658fd58f8e082c85cac Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Wed, 8 Apr 2015 22:35:43 +0200 Subject: [PATCH] Fixed bug that would have occurred at first run on OS X. --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index a736eac..5eab052 100644 --- a/init.org +++ b/init.org @@ -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