core.el: add IS-{MAC,LINUX} constants

This commit is contained in:
Henrik Lissner 2017-01-31 18:59:14 -05:00
parent f5a0d72fc0
commit b54604b48b

View file

@ -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