diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-07-03 15:59:27 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-07-03 15:59:27 +0200 |
commit | 0ca5f198cb8595f3a032abc9c9302d4b06a4c0bf (patch) | |
tree | 120320f58abcf1d1a51acd876d9b4e5d1da224c2 /.config/emacs/init.el | |
parent | 0ee70366323f93f232c41008f0c425912418fd48 (diff) |
emacs: Be more precise with mm-darwin-p vs mm-humanwave-p
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |