diff .emacs @ 421:9a2541ec4d4d

emacs: call package-initialize in .emacs
author Augie Fackler <raf@durin42.com>
date Tue, 29 Nov 2016 13:29:54 -0500
parents 08af9e123baa
children 6e5260ca85f2
line wrap: on
line diff
--- a/.emacs
+++ b/.emacs
@@ -5,6 +5,13 @@
 ;  Emacs Starter Kit: http://github.com/technomancy/emacs-starter-kit
 
 ; Start the server so that emacsclient will work
+
+;; Added by Package.el.  This must come before configurations of
+;; installed packages.  Don't delete this line.  If you don't want it,
+;; just comment it out by adding a semicolon to the start of the line.
+;; You may delete these explanatory comments.
+(package-initialize)
+
 (server-start)
 
 (setq custom-file "~/.elisp/settings/01.custom.el")