From: alex Date: Sat, 6 Apr 2024 09:52:45 +0000 (+0200) Subject: Switch to dark mode X-Git-Tag: 20241020-emacs~212 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=53c1ad1493e0a20f5b9f7197ddbcff1a76f0b234;p=alex.git Switch to dark mode modus-operandi now has bizarre horizontal lines every two lines, and the cursor does not show :( --- diff --git a/emacs/emacs.el b/emacs/emacs.el index c7597cf..8d60d64 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)