summaryrefslogtreecommitdiff
path: root/.config/emacs/early-init.el
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/early-init.el')
-rw-r--r--.config/emacs/early-init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el
index fb2625a..1b78baf 100644
--- a/.config/emacs/early-init.el
+++ b/.config/emacs/early-init.el
@@ -43,6 +43,9 @@
(defconst mm-darwin-p (eq system-type 'darwin)
"This variable is non-nil if Emacs is running on a Darwin system.")
+(defconst mm-humanwave-p (file-exists-p "~/.humanwavep")
+ "This variable is non-nil if Emacs is running on a Humanwave system.")
+
;;; Basic Frame Settings