summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/mm-theme.el
diff options
context:
space:
mode:
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)