Bump minimal version of Emacs to 25.1

This is required because we need the package.el elpa archive priority feature
(variable: package-archive-priorities)
This commit is contained in:
syl20bnr 2017-10-29 00:25:45 -04:00
parent c73c4bc1ea
commit 099bfcb0d9
1 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(setq gc-cons-threshold 100000000)
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")
(defconst spacemacs-version "0.300.0" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "25.1" "Minimal version of Emacs.")
(if (not (version<= spacemacs-emacs-min-version emacs-version))
(error (concat "Your version of Emacs (%s) is too old. "