Fix cask load-path
This commit is contained in:
parent
bf86805c14
commit
73f43698af
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue