mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Restrict support to Emacs 25.3+ from now on
25.1-25.2 are no longer supported.
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user