mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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; -*-
|
||||
|
||||
(eval-when-compile
|
||||
(and (version< emacs-version "25")
|
||||
(error "Detected Emacs %s. Doom only supports Emacs 25.1 and higher"
|
||||
(and (version< emacs-version "25.3")
|
||||
(error "Detected Emacs %s. Doom only supports Emacs 25.3 and higher"
|
||||
emacs-version)))
|
||||
|
||||
(defvar doom-debug-mode (or (getenv "DEBUG") init-file-debug)
|
||||
|
Reference in New Issue
Block a user