Restrict support to Emacs 25.3+ from now on
25.1-25.2 are no longer supported.
This commit is contained in:
parent
afee81dfde
commit
e373052064
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue