diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-08-08 18:03:30 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2022-01-15 16:39:44 -0500 |
commit | b1f237a4793499de9206c77cdc1cbdc7bd581f62 (patch) | |
tree | 5620cea0b20e8e86b93e50cf4c2b1cf44c3508a1 | |
parent | 04e404f962de5357b6698d2ff3cc20a2ad58ce15 (diff) | |
download | emacs.d-b1f237a4793499de9206c77cdc1cbdc7bd581f62.tar.gz |
modus: Don't scale org-agenda header
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ (setq modus-themes-fringes 'subtle) (setq modus-themes-diffs 'fg-only) :config + (add-to-list 'modus-themes-org-agenda '(header-block . (no-scale))) + (add-hook 'modus-themes-after-load-theme-hook (lambda () (set-face-attribute 'git-annex-dired-annexed-available nil |