changeset 421:9a2541ec4d4d

emacs: call package-initialize in .emacs
author Augie Fackler <raf@durin42.com>
date Tue, 29 Nov 2016 13:29:54 -0500
parents 11fdb5a60eee
children 94a92c65299a
files .emacs
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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")