From 73f43698af0066c9dee9f5dff564f02748a69834 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 29 Dec 2015 16:04:58 -0500 Subject: [PATCH] Fix cask load-path --- init-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-packages.el b/init-packages.el index 36d2b6241..48b08754e 100644 --- a/init-packages.el +++ b/init-packages.el @@ -28,7 +28,7 @@ ;;;;;;;;;;;;;;;; (eval-when-compile - (add-to-list 'load-path "/usr/local/bin/cask") + (add-to-list 'load-path "/usr/local/Cellar/cask/HEAD") (defun --subdirs (path) (let ((result '()) (paths (ignore-errors (directory-files path t "^[^.]" t))))