Minor refactors & docstring revision
These are not the refactors you are looking for.
This commit is contained in:
parent
fdb95d9ee6
commit
1d9ae834f2
3 changed files with 7 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
;;; core.el --- the heart of the beast -*- lexical-binding: t; -*-
|
||||
|
||||
(eval-when-compile
|
||||
(when (version< emacs-version "25")
|
||||
(error "Doom only supports Emacs 25.1 and higher!")))
|
||||
(and (version< emacs-version "25")
|
||||
(error "Doom only supports Emacs 25.1 and higher!")))
|
||||
|
||||
;;
|
||||
(defvar doom-version "2.0.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue