Add EMACS28+ const
This commit is contained in:
parent
01ab30adeb
commit
c601382a55
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
"Current version of Doom Emacs.")
|
"Current version of Doom Emacs.")
|
||||||
|
|
||||||
(defconst EMACS27+ (> emacs-major-version 26))
|
(defconst EMACS27+ (> emacs-major-version 26))
|
||||||
|
(defconst EMACS28+ (> emacs-major-version 27))
|
||||||
(defconst IS-MAC (eq system-type 'darwin))
|
(defconst IS-MAC (eq system-type 'darwin))
|
||||||
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
||||||
(defconst IS-WINDOWS (memq system-type '(cygwin windows-nt ms-dos)))
|
(defconst IS-WINDOWS (memq system-type '(cygwin windows-nt ms-dos)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue