aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-01 00:44:55 -0400
committerGitHub <noreply@github.com>2023-05-01 00:44:55 -0400
commitbc3ce12e1fa01c7efa4f306fe2ef67c219a912ed (patch)
treecff367a5558beabf73038c2ea185f5d07d2a42e4 /init.el
parentPR #18: Merge `disable-alarms` branch to `stable` branch (diff)
parentUse a temporary theme until MMOSMacs theme is made (diff)
downloadmmosmacs-bc3ce12e1fa01c7efa4f306fe2ef67c219a912ed.tar.gz
mmosmacs-bc3ce12e1fa01c7efa4f306fe2ef67c219a912ed.tar.bz2
mmosmacs-bc3ce12e1fa01c7efa4f306fe2ef67c219a912ed.zip
PR #19: Merge `temporary-theme` branch to `stable` branch
Diffstat (limited to 'init.el')
-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;; ---------------------------------------------------------------------