mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General clean up
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user