aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-04-06 11:52:45 +0200
committeralex <alex@pdp7.net>2024-04-06 11:53:22 +0200
commit53c1ad1493e0a20f5b9f7197ddbcff1a76f0b234 (patch)
tree186012fd465d1894e3b49a8890625a260cacc86a /emacs/emacs.el
parentd05feb1ec50b8f959cb1ab5332beb14f4c142212 (diff)
Switch to dark mode
modus-operandi now has bizarre horizontal lines every two lines, and the cursor does not show :(
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index c7597cfa..8d60d64a 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -21,7 +21,7 @@
;; Colorblind friendly theme.
(require-theme 'modus-themes)
-(load-theme 'modus-operandi :no-confirm)
+(load-theme 'modus-vivendi :no-confirm)
(require 'use-package-ensure)
(setq use-package-always-ensure t)