branch: externals/denote-journal
commit fc7acfa87682e772fc4fe440a0b29568cad33e71
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Do not make denote-journal-calendar-mode a global minor mode
    
    Its keymap then has a global effect!
---
 denote-journal.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-journal.el b/denote-journal.el
index 281159b2bf..9c5e682961 100644
--- a/denote-journal.el
+++ b/denote-journal.el
@@ -368,7 +368,7 @@ among them."
 ;;;###autoload
 (define-minor-mode denote-journal-calendar-mode
   "Mark Denote journal entries in the `calendar' using 
`denote-journal-calendar' face."
-  :global t
+  :global nil
   :init-value nil
   (if denote-journal-calendar-mode
       (dolist (hook '(calendar-today-visible-hook 
calendar-today-invisible-hook))

Reply via email to