diff options
-rw-r--r-- | init.el | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 | ;; --------------------------------------------------------------------- |