branch: externals/denote-journal commit 7428b617ff2c6043212458d520b392cda073534b Merge: 395ad0aa2d bbb32c3c44 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: GitHub <nore...@github.com>
Merge pull request #14 from ettomatic/main Add support for a TTY-friendly Calendar marker character. --- denote-journal.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/denote-journal.el b/denote-journal.el index 6a3eeb1359..48d89b4912 100644 --- a/denote-journal.el +++ b/denote-journal.el @@ -305,7 +305,10 @@ file's title. This has the same meaning as in `denote-link'." ;;;; Integration with the `calendar' -(defface denote-journal-calendar '((t :box (:line-width (-1 . -1)))) +(defface denote-journal-calendar + '((((supports :box t)) + :box (:line-width (-1 . -1))) + (t :inverse-video t)) "Face to mark a Denote journal entry in the `calendar'.") (defun denote-journal-calendar--file-to-date (file)