Emacs25 requires `(pacakge-initialize)` to be in init.el

even if it's commented out
This commit is contained in:
justbur 2015-06-17 21:10:13 -04:00 committed by syl20bnr
parent 15c8bc9ac9
commit 78faa737bc
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Without this comment emacs25 adds (package-initialize) here
;; (package-initialize)
(defconst spacemacs-version "0.103.0" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")