diff options
Diffstat (limited to 'bard-emacs-modules/bard-emacs-theme.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-theme.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bard-emacs-modules/bard-emacs-theme.el b/bard-emacs-modules/bard-emacs-theme.el index beacc09..965baad 100644 --- a/bard-emacs-modules/bard-emacs-theme.el +++ b/bard-emacs-modules/bard-emacs-theme.el @@ -10,7 +10,7 @@ (bard/select-theme 'doom-gruvbox)) (use-package fontaine - :ensure nil + :ensure t :config ;; save file (setq fontaine-latest-state-file @@ -22,10 +22,6 @@ ;; The other side of `fontaine-restore-latest-preset'. (add-hook 'kill-emacs-hook #'fontaine-store-latest-preset) - ;; preserve fonts when switching themes - (dolist (hook '(modus-themes-after-load-theme-hook ef-themes-post-load-hook)) - (add-hook hook #'fontaine-apply-current-preset)) - (define-key global-map (kbd "C-c f") #'fontaine-set-preset)) (use-package rainbow-mode |
