summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-theme.el
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2025-07-03 15:59:27 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2025-07-03 15:59:27 +0200
commit0ca5f198cb8595f3a032abc9c9302d4b06a4c0bf (patch)
tree120320f58abcf1d1a51acd876d9b4e5d1da224c2 /.config/emacs/modules/mm-theme.el
parent0ee70366323f93f232c41008f0c425912418fd48 (diff)
emacs: Be more precise with mm-darwin-p vs mm-humanwave-p
Diffstat (limited to '.config/emacs/modules/mm-theme.el')
-rw-r--r--.config/emacs/modules/mm-theme.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/modules/mm-theme.el b/.config/emacs/modules/mm-theme.el
index 90b89ba..0c4333f 100644
--- a/.config/emacs/modules/mm-theme.el
+++ b/.config/emacs/modules/mm-theme.el
@@ -8,7 +8,7 @@
;;; Fonts
-(defvar mm-theme-monospace-font `(,(if mm-darwin-p
+(defvar mm-theme-monospace-font `(,(if mm-humanwave-p
"Iosevka Custom"
"Iosevka Smooth")
:weight regular
@@ -224,7 +224,7 @@ See also the `mm-theme-background-opacity' variable."
;;; Indent Guides
-(when mm-darwin-p
+(when mm-humanwave-p
(use-package highlight-indent-guides
:ensure t
:hook ((jinja2-mode vue-ts-mode mhtml-mode) . highlight-indent-guides-mode)