From 9aba1ce59ff6c6d86768ec607c096818254713c5 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 11 Nov 2024 13:31:39 +0100 Subject: Prefer spaces to tabs in Humanwave --- .config/emacs/early-init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/emacs/early-init.el') 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 -- cgit v1.2.3