General clean up
This commit is contained in:
parent
2d29ee9034
commit
550d5b7218
11 changed files with 20 additions and 204 deletions
|
@ -1,9 +1,9 @@
|
|||
#!emacs --script
|
||||
|
||||
(load (concat user-emacs-directory "init-packages.el"))
|
||||
(load (concat user-emacs-directory "bootstrap.el"))
|
||||
|
||||
(require 'bytecomp)
|
||||
(byte-recompile-file (expand-file-name "init-load-path.el" narf-emacs-dir) nil 0)
|
||||
(byte-recompile-file (expand-file-name "bootstrap.el" narf-emacs-dir) nil 0)
|
||||
(byte-recompile-file (expand-file-name "init.el" narf-emacs-dir) nil 0)
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue