Delegate version checks to bin/doctor
This commit is contained in:
parent
4de9cd8088
commit
575376687f
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
;;; core.el --- The heart of the beast
|
;;; 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:
|
;;; Naming conventions:
|
||||||
;;
|
;;
|
||||||
;; doom-... public variables or functions (non-interactive)
|
;; doom-... public variables or functions (non-interactive)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue