mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core.el: add IS-{MAC,LINUX} constants
This commit is contained in:
@ -52,6 +52,9 @@ will be set.")
|
|||||||
(defvar doom-org-dir "~/org/"
|
(defvar doom-org-dir "~/org/"
|
||||||
"Where to find org notes")
|
"Where to find org notes")
|
||||||
|
|
||||||
|
(defconst IS-MAC (eq system-type 'darwin))
|
||||||
|
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;; UTF-8 as the default coding system, please
|
;; UTF-8 as the default coding system, please
|
||||||
|
Reference in New Issue
Block a user