# HG changeset patch # User Augie Fackler # Date 1480444194 18000 # Node ID 9a2541ec4d4dce37496b147983964a8aadbfd653 # Parent 11fdb5a60eee3e232473560e7ec48c1fbc2cbd7f emacs: call package-initialize in .emacs diff --git a/.emacs b/.emacs --- 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")