diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 3 |
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 ) |
