diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-01 00:42:58 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-01 00:42:58 -0400 |
commit | 7eae2bf908327a42b22e5cf89042f88cea92eb06 (patch) | |
tree | cff367a5558beabf73038c2ea185f5d07d2a42e4 /init.el | |
parent | PR #18: Merge `disable-alarms` branch to `stable` branch (diff) | |
download | mmosmacs-7eae2bf908327a42b22e5cf89042f88cea92eb06.tar.gz mmosmacs-7eae2bf908327a42b22e5cf89042f88cea92eb06.tar.bz2 mmosmacs-7eae2bf908327a42b22e5cf89042f88cea92eb06.zip |
Use a temporary theme until MMOSMacs theme is made
Diffstat (limited to 'init.el')
-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 | ;; --------------------------------------------------------------------- |