aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-07-23 17:50:21 -0400
committerDaniel <[email protected]>2024-07-23 17:50:21 -0400
commit3fdfe613e594f76fe8184aece28a6200623588c8 (patch)
treeab5b0657ceabeb1feb945c9c463a018a82e1f013
parent02b1c51c519972f957bda61d17b1261cb6f49be9 (diff)
wasn't loading on start
-rw-r--r--bard-emacs-modules/bard-emacs-theme.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el
index eaf7c38..9e5622a 100644
--- a/bard-emacs-modules/bard-emacs-theme.el
+++ b/bard-emacs-modules/bard-emacs-theme.el
@@ -34,6 +34,7 @@
;; Ef-themes
(use-package ef-themes
:ensure t
+ :demand t
:hook
((ef-themes-post-load . bard/ef-themes-hl-todo-faces)
(ef-themes-post-load . logos-update-fringe-in-buffers))
@@ -169,7 +170,7 @@ The exact color values are taken from the active Modus theme."
:fixed-pitch-family "Iosevka Comfy"
:fixed-pitch-height 1.0
:bold-weight bold
- :mode-line-active-family "Iosevka Comfy"
+ :mode-line-active-family "Iosevka Comfy Motion"
:mode-line-active-height 130
:mode-line-inactive-height 130
)