From 0ca5f198cb8595f3a032abc9c9302d4b06a4c0bf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 3 Jul 2025 15:59:27 +0200 Subject: emacs: Be more precise with mm-darwin-p vs mm-humanwave-p --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/init.el') diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 7abe342..0f6f0ae 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -8,7 +8,7 @@ ;; Lord knows why this needs to be so complicated… ;; ;; The ‘eval’ is required in the case that this file is byte-compiled. -(if mm-darwin-p +(if mm-humanwave-p (eval '(setq inhibit-startup-echo-area-message "thomasvoss")) (eval '(setq inhibit-startup-echo-area-message "thomas"))) -- cgit v1.2.3