diff options
author | Marc Coquand <marc@coquand.email> | 2024-12-22 11:07:36 +0100 |
---|---|---|
committer | Marc Coquand <marc@coquand.email> | 2024-12-22 11:07:36 +0100 |
commit | 34f3845769670dc5799d60d5201ed8ca637968a5 (patch) | |
tree | ccdcc2c41c9f03407b077bf041dfa86b17226efd /home/dots/.emacs.d/BOGO-theme.el | |
parent | a17b6a8c552c44c4fde1927bc93c79100e85c4cd (diff) | |
download | guix-34f3845769670dc5799d60d5201ed8ca637968a5.tar.gz guix-34f3845769670dc5799d60d5201ed8ca637968a5.tar.bz2 guix-34f3845769670dc5799d60d5201ed8ca637968a5.zip |
.
Diffstat (limited to 'home/dots/.emacs.d/BOGO-theme.el')
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index ecdfca6..d68a25a 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -30,6 +30,7 @@ '(git-gutter:modified ((t nil))) '(git-gutter:deleted ((t (:foreground "red")))) '(font-lock-function-name-face ((t nil))) + '(notmuch-tag-face ((t nil))) '(font-lock-keyword-face ((t nil))) '(shr-h1 ((t (:weight bold)))) '(shr-h2 ((t (:weight bold)))) @@ -85,6 +86,7 @@ '(org-imminent-deadline ((t (:foreground "DarkOrange3" :weight bold)))) '(org-agenda-date-today ((t (:weight bold)))) '(org-agenda-date-weekend ((t nil))) + '(org-property-value ((t nil))) '(help-key-binding ((t (:weight semibold :background "#EEEEE8" :box (:line-width (1 . -1) :color "#AAAAA8"))))) '(org-agenda-done ((t (:strike-through t :inherit org-time-grid :extend nil)))) '(org-agenda-structure-filter ((t (:slant italic)))) |