Update scripts
This commit is contained in:
parent
487f86f77b
commit
c1461f3b60
2 changed files with 4 additions and 9 deletions
|
@ -8,10 +8,7 @@
|
|||
(byte-recompile-file (expand-file-name "core.el" narf-core-dir) t 0)
|
||||
(byte-recompile-file (expand-file-name "core-vars.el" narf-core-dir) t 0)
|
||||
(byte-recompile-file (expand-file-name "core-defuns.el" narf-core-dir) t 0)
|
||||
(dolist (dir (append (list narf-core-dir narf-contrib-dir)
|
||||
(list (concat narf-modules-dir "lib/")
|
||||
(concat narf-core-dir "lib/")
|
||||
narf-modules-dir)))
|
||||
(dolist (dir (list narf-core-dir narf-modules-dir narf-core-dir))
|
||||
(byte-recompile-directory dir 0 nil))
|
||||
|
||||
(byte-recompile-file (expand-file-name "my-bindings.el" narf-core-dir) t 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue