aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-01 00:42:58 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-01 00:42:58 -0400
commit7eae2bf908327a42b22e5cf89042f88cea92eb06 (patch)
treecff367a5558beabf73038c2ea185f5d07d2a42e4
parentPR #18: Merge `disable-alarms` branch to `stable` branch (diff)
downloadmmosmacs-7eae2bf908327a42b22e5cf89042f88cea92eb06.tar.gz
mmosmacs-7eae2bf908327a42b22e5cf89042f88cea92eb06.tar.bz2
mmosmacs-7eae2bf908327a42b22e5cf89042f88cea92eb06.zip
Use a temporary theme until MMOSMacs theme is made
-rw-r--r--init.el15
1 files changed, 15 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2a9f36b..0a38172 100644
--- a/init.el
+++ b/init.el
@@ -102,6 +102,21 @@
102 (exwm-enable)) 102 (exwm-enable))
103 103
104 104
105;; ---------------------------------
106;; Temporary theme
107;; ---------------
108;; MMOSMacs has a planned custom
109;; theme, but for now I'll use a
110;; temporary theme so I can bear to
111;; look at Emacs.
112;; ---------------------------------
113
114(use-package jazz-theme
115 :straight t)
116
117(load-theme 'jazz t)
118
119
105 120
106 121
107;; --------------------------------------------------------------------- 122;; ---------------------------------------------------------------------