core: minor refactor & reformatting
This commit is contained in:
parent
5df104a851
commit
fa1a19a1f0
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
(defconst doom-version "2.0.9"
|
||||
"Current version of Doom Emacs.")
|
||||
|
||||
(defconst EMACS27+ (> emacs-major-version 26))
|
||||
(defconst EMACS27+ (> emacs-major-version 26))
|
||||
(defconst IS-MAC (eq system-type 'darwin))
|
||||
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
||||
(defconst IS-WINDOWS (memq system-type '(cygwin windows-nt ms-dos)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue