diff options
author | Julian T <julian@jtle.dk> | 2022-11-10 22:46:07 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2022-11-10 22:46:07 +0100 |
commit | 5154118c08f82f4cfb947d8f1a59894d8ac151db (patch) | |
tree | d862df24bfd3f5bc39bc437eb8907a7f3913a1b7 /emacs | |
parent | 8c1c665b5fafc001e4d37b53016daaecfce45118 (diff) |
Use wheatgrass emacs theme
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs b/emacs/.emacs index c68899e..720743f 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -103,7 +103,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(canlock-password "8455a572e70665b512a068f64b19716b79a0ead6") - '(custom-enabled-themes '(modus-vivendi)) + '(custom-enabled-themes '(wheatgrass)) '(display-line-numbers-type 'relative) '(global-display-line-numbers-mode t) '(package-selected-packages |