diff options
| author | Daniel <[email protected]> | 2024-07-23 17:50:21 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-23 17:50:21 -0400 |
| commit | 3fdfe613e594f76fe8184aece28a6200623588c8 (patch) | |
| tree | ab5b0657ceabeb1feb945c9c463a018a82e1f013 /bard-emacs-modules | |
| parent | 02b1c51c519972f957bda61d17b1261cb6f49be9 (diff) | |
wasn't loading on start
Diffstat (limited to 'bard-emacs-modules')
| -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 ) |
