mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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/"
|
||||
"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
|
||||
|
Reference in New Issue
Block a user