diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-12-18 15:35:06 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-01-15 16:39:49 -0500 |
commit | 8c3d5972ce875435f883b348a61134c7ff13c939 (patch) | |
tree | b24d5cf0c830426531e12521ea3af2308cf2dd82 | |
parent | b1f237a4793499de9206c77cdc1cbdc7bd581f62 (diff) | |
download | emacs.d-8c3d5972ce875435f883b348a61134c7ff13c939.tar.gz |
modus: Don't set modus-themes-diffs to fg-only
It's gone with modus-themes 2.0.0.
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -59,7 +59,6 @@ :demand t :init (setq modus-themes-fringes 'subtle) - (setq modus-themes-diffs 'fg-only) :config (add-to-list 'modus-themes-org-agenda '(header-block . (no-scale))) |