branch: externals/denote-journal commit 7fda48eb3c39d020b970eb1dea4d2d9c7ded6cc5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Simplify the denote-journal-calendar face --- denote-journal.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/denote-journal.el b/denote-journal.el index 4b2767ceaf..90f26a6484 100644 --- a/denote-journal.el +++ b/denote-journal.el @@ -286,8 +286,7 @@ file's title. This has the same meaning as in `denote-link'." ;;;; Integration with the `calendar' -(defface denote-journal-calendar - '((t :inherit highlight :box (:line-width (-1 . -1)))) +(defface denote-journal-calendar '((t :box (:line-width (-1 . -1)))) "Face to mark a Denote journal entry in the `calendar'.") (defun denote-journal-calendar--file-to-date (file)