aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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;; ---------------------------------------------------------------------