forked from colonelpanic/dotfiles
package-initialize in init.el
This commit is contained in:
parent
75d35279be
commit
dd0b1a0a9e
@ -1,3 +1,6 @@
|
|||||||
|
(require 'package)
|
||||||
|
(package-initialize)
|
||||||
|
|
||||||
(setq custom-file "~/.emacs.d/custom-before.el")
|
(setq custom-file "~/.emacs.d/custom-before.el")
|
||||||
(when (file-exists-p custom-file) (load custom-file))
|
(when (file-exists-p custom-file) (load custom-file))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user