From 7eae2bf908327a42b22e5cf89042f88cea92eb06 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 1 May 2023 00:42:58 -0400 Subject: Use a temporary theme until MMOSMacs theme is made --- init.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 2a9f36b..0a38172 100644 --- a/init.el +++ b/init.el @@ -102,6 +102,21 @@ (exwm-enable)) +;; --------------------------------- +;; Temporary theme +;; --------------- +;; MMOSMacs has a planned custom +;; theme, but for now I'll use a +;; temporary theme so I can bear to +;; look at Emacs. +;; --------------------------------- + +(use-package jazz-theme + :straight t) + +(load-theme 'jazz t) + + ;; --------------------------------------------------------------------- -- cgit v1.2.3