The ciiiircle of liiiife
This commit is contained in:
parent
0923903e93
commit
03c6c05677
29 changed files with 287 additions and 465 deletions
|
@ -7,6 +7,9 @@
|
|||
(when (f-exists? generated-autoload-file)
|
||||
(delete-file generated-autoload-file))
|
||||
|
||||
(apply #'update-directory-autoloads (list (concat narf-core-dir "lib")
|
||||
(concat narf-modules-dir "lib")
|
||||
narf-contrib-dir))
|
||||
(let ((dirs (list (concat narf-core-dir "lib")
|
||||
(concat narf-modules-dir "lib")
|
||||
narf-contrib-dir)))
|
||||
(apply #'update-directory-autoloads dirs)
|
||||
(message "Scanned: %s" dirs))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue