init-load-path.el -> init-packages.el
This commit is contained in:
parent
fca83ffc19
commit
72d59d6209
4 changed files with 31 additions and 25 deletions
2
init.el
2
init.el
|
@ -51,7 +51,7 @@
|
|||
(scroll-bar-mode -1) ; no scrollbar
|
||||
(tool-bar-mode -1) ; no toolbar
|
||||
|
||||
(load (concat user-emacs-directory "init-load-path.el"))
|
||||
(load (concat user-emacs-directory "init-packages.el"))
|
||||
(load-theme narf-theme t)
|
||||
|
||||
(mapc 'require
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue