Add emacs version check to core/core.el
This commit is contained in:
parent
656452df00
commit
9dd66381dc
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
;;; core.el --- The heart of the beast
|
||||
|
||||
(eval-when-compile
|
||||
(when (version< emacs-version "25.1")
|
||||
(error "Emacs v%s detected, DOOM only supports >25.1" emacs-version)))
|
||||
|
||||
;;; Naming conventions:
|
||||
;;
|
||||
;; doom-... public variables or functions (non-interactive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue