core.el: add IS-{MAC,LINUX} constants
This commit is contained in:
parent
f5a0d72fc0
commit
b54604b48b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue