From 97da46ca3e1af9d22d7db7632e5e1ca03ea3c4b4 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 Jan 2023 11:53:21 +0000 Subject: [PATCH] Add modus-themes --- emacs/emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 30aeb79..82f2788 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) -- 2.47.3