From dd0b1a0a9efe41cf8fcc5b53fc7c60229761f084 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 18 Jun 2016 18:18:52 -0700 Subject: [PATCH] package-initialize in init.el --- dotfiles/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index f7b14ff9..32a6ffb0 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1,3 +1,6 @@ +(require 'package) +(package-initialize) + (setq custom-file "~/.emacs.d/custom-before.el") (when (file-exists-p custom-file) (load custom-file))