Restrict support to Emacs 25.3+ from now on

25.1-25.2 are no longer supported.
This commit is contained in:
Henrik Lissner 2018-12-28 15:22:52 -05:00
parent afee81dfde
commit e373052064
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,8 +1,8 @@
;;; core.el --- the heart of the beast -*- lexical-binding: t; -*- ;;; core.el --- the heart of the beast -*- lexical-binding: t; -*-
(eval-when-compile (eval-when-compile
(and (version< emacs-version "25") (and (version< emacs-version "25.3")
(error "Detected Emacs %s. Doom only supports Emacs 25.1 and higher" (error "Detected Emacs %s. Doom only supports Emacs 25.3 and higher"
emacs-version))) emacs-version)))
(defvar doom-debug-mode (or (getenv "DEBUG") init-file-debug) (defvar doom-debug-mode (or (getenv "DEBUG") init-file-debug)