Polish narf/reload
This commit is contained in:
parent
477ef168d4
commit
ad5d4171fa
1 changed files with 12 additions and 12 deletions
|
@ -47,7 +47,7 @@
|
||||||
(dolist (file paths)
|
(dolist (file paths)
|
||||||
(when (file-directory-p file)
|
(when (file-directory-p file)
|
||||||
(push file result)))
|
(push file result)))
|
||||||
result)))
|
result))
|
||||||
|
|
||||||
(defvar narf--load-path load-path)
|
(defvar narf--load-path load-path)
|
||||||
(defun narf/reload ()
|
(defun narf/reload ()
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
(--subdirs narf-core-dir t)
|
(--subdirs narf-core-dir t)
|
||||||
(--subdirs narf-modules-dir t)
|
(--subdirs narf-modules-dir t)
|
||||||
(--subdirs narf-packages-dir)
|
(--subdirs narf-packages-dir)
|
||||||
narf--load-path))))
|
narf--load-path)))))
|
||||||
|
|
||||||
(defun narf (packages)
|
(defun narf (packages)
|
||||||
"Bootstrap NARF emacs and initialize PACKAGES"
|
"Bootstrap NARF emacs and initialize PACKAGES"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue