Fix cask load-path

This commit is contained in:
Henrik Lissner 2015-12-29 16:04:58 -05:00
parent bf86805c14
commit 73f43698af

View file

@ -28,7 +28,7 @@
;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;
(eval-when-compile (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) (defun --subdirs (path)
(let ((result '()) (let ((result '())
(paths (ignore-errors (directory-files path t "^[^.]" t)))) (paths (ignore-errors (directory-files path t "^[^.]" t))))