diff options
author | Raul Benencia <raul@thousandeyes.com> | 2023-11-25 07:51:52 -0800 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2023-11-25 07:51:52 -0800 |
commit | 11b4efac6b4318706042c6ac44879a5df0432e31 (patch) | |
tree | 985c039ccf859b03315e249a236152d5b78fbf86 /.emacs.d/rul-init.d/themes.el | |
parent | 4474d95a01f5ea991530aa0bb15e1636013405a3 (diff) |
emacs: minor bootstrap fixes
Diffstat (limited to '.emacs.d/rul-init.d/themes.el')
-rw-r--r-- | .emacs.d/rul-init.d/themes.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/rul-init.d/themes.el b/.emacs.d/rul-init.d/themes.el index c94d4a1..d5c591a 100644 --- a/.emacs.d/rul-init.d/themes.el +++ b/.emacs.d/rul-init.d/themes.el @@ -1,3 +1,4 @@ +(use-package modus-themes :ensure t) (use-package ef-themes :ensure t) (setq |