mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Fix cask load-path
This commit is contained in:
@@ -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))))
|
||||||
|
Reference in New Issue
Block a user