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-load-path.el"))
(load (concat user-emacs-directory "init-packages.el"))
(require 'f)
(setq generated-autoload-file (concat narf-core-dir "autoloads.el"))