From: Armaan Bhojwani Date: Sun, 16 May 2021 22:19:12 +0000 (-0400) Subject: Remove unused modus options X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=ae21f4afd4870212bb890c998dabb90248b9e27a Remove unused modus options --- diff --git a/config.org b/config.org index cddf865..7f9aa05 100644 --- a/config.org +++ b/config.org @@ -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