]> git.armaanb.net Git - config.org.git/commitdiff
Remove unused modus options
authorArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 22:19:12 +0000 (18:19 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 16 May 2021 22:19:12 +0000 (18:19 -0400)
config.org

index cddf865ac48040049962d6aa6d7ab2eee1560f55..7f9aa05626c4e12b74694a98b31941b3a4965cf8 100644 (file)
@@ -50,10 +50,8 @@ Its fine to set this here because I run Emacs in daemon mode, but if I were not,
 #+begin_src emacs-lisp
   (setq modus-themes-slanted-constructs t
         modus-themes-bold-constructs t
-        modus-themes-org-blocks 'grayscale
         modus-themes-mode-line '3d
         modus-themes-scale-headings t
-        modus-themes-region 'no-extend
         modus-themes-diffs 'desaturated)
   (load-theme 'modus-vivendi t)
 #+end_src