dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 23469967ef93afe0476364199a89d37bb01d9692
parent 52372d4c6b114c62d3a10b315a4456b1ced1441b
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 19 Jun 2023 08:54:03 +0200

Tone down Org footnotes

Diffstat:
M.emacs.d/eighters-theme.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -402,6 +402,7 @@ `(org-done ((t (:inherit success)))) `(org-drawer ((t (:inherit shadow)))) `(org-ellipsis ((t (:inherit shadow)))) + `(org-footnote ((t (:inherit font-lock-comment-face)))) `(org-mode-line-clock ((t (:inherit font-lock-constant-face)))) `(org-special-keyword ((t (:inherit shadow)))) `(org-table ((t (:foreground ,fg-dim :inherit fixed-pitch-serif))))