diff options
| -rw-r--r-- | emacs/emacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 30aeb79f..82f2788b 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -67,3 +67,6 @@ ;; mostly for syntax highlighting (straight-use-package 'puppet-mode) + +;; emacs 28 has modus themes, but EL9 only has emacs 27 +(straight-use-package 'modus-themes) |
