Add support for ORG-NOTER

This commit is contained in:
Protesilaos Stavrou 2019-12-21 06:40:30 +02:00
parent 0d11a4a5b3
commit 155d486eab
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 7 additions and 0 deletions

View File

@ -223,6 +223,7 @@ the "full support" may not be 100% true…
+ mu4e
+ neotree
+ org*
+ org-noter
+ org-recur
+ outline-mode
+ paren-face

View File

@ -1222,6 +1222,9 @@ between foreground and background is >= 7:1)."
`(org-verbatim ((,class (:background ,bg-dim :foreground ,fg-special-warm))))
`(org-verse ((,class (:inherit org-quote))))
`(org-warning ((,class (:foreground ,blue-intense))))
;;;; org-noter
`(org-noter-no-notes-exist-face ((,class (:foreground ,red-active :weight bold))))
`(org-noter-notes-exist-face ((,class (:foreground ,green-active :weight bold))))
;;;; org-recur
`(org-recur ((,class (:foreground ,magenta-active))))
;;;; outline-mode

View File

@ -1222,6 +1222,9 @@ between foreground and background is >= 7:1)."
`(org-verbatim ((,class (:background ,bg-dim :foreground ,fg-special-warm))))
`(org-verse ((,class (:inherit org-quote))))
`(org-warning ((,class (:foreground ,blue-intense))))
;;;; org-noter
`(org-noter-no-notes-exist-face ((,class (:foreground ,red-active :weight bold))))
`(org-noter-notes-exist-face ((,class (:foreground ,green-active :weight bold))))
;;;; org-recur
`(org-recur ((,class (:foreground ,magenta-active))))
;;;; outline-mode