diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-01-03 23:38:53 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-01-03 23:39:54 -0500 |
commit | 773d729e7f0a63fbd7c5d05a895b10e9515aaa9c (patch) | |
tree | 9ebbdf0ce0f610873c3529af91768ff50228e8e8 | |
parent | b58049b988d59402295746d364bb9bb4f957e4c0 (diff) | |
download | emacs.d-773d729e7f0a63fbd7c5d05a895b10e9515aaa9c.tar.gz |
theme: Drop use of modus-themes-org-agenda
This variable was marked as obsolete in 4.0.0.
-rw-r--r-- | init.el | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -60,8 +60,6 @@ :init (setq modus-themes-fringes 'subtle) :config - (add-to-list 'modus-themes-org-agenda '(header-block . (no-scale))) - (defun km/modus-themes-set-custom-faces () (modus-themes-with-colors (when (featurep 'git-annex) |