init-load-path.el -> init-packages.el

This commit is contained in:
Henrik Lissner 2015-12-22 20:12:39 -05:00
parent fca83ffc19
commit 72d59d6209
4 changed files with 31 additions and 25 deletions

View file

@ -1,6 +1,6 @@
#!emacs --script
(load (concat user-emacs-directory "init.el"))
(load (concat user-emacs-directory "init-packages.el"))
(require 'bytecomp)
(byte-recompile-file (expand-file-name "init-load-path.el" narf-emacs-dir) nil 0)