branch: elpa/gnosis
commit 43af8ed336d10c5e98312f86b60f8e08a04a518d
Author: Thanos Apollo <pub...@thanosapollo.org>
Commit: Thanos Apollo <pub...@thanosapollo.org>

    dashboard-notes-mode: Disable decks & tags mode.
---
 gnosis.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnosis.el b/gnosis.el
index 6d9b5c6030e..ec377695001 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2471,7 +2471,9 @@ DATE: Integer, used with `gnosis-algorithm-date' to get 
previous dates."
 
 (define-minor-mode gnosis-dashboard-notes-mode
   "Minor mode for gnosis dashboard notes output."
-  :keymap gnosis-dashboard-notes-mode-map)
+  :keymap gnosis-dashboard-notes-mode-map
+  (gnosis-dashboard-decks-mode -1)
+  (gnosis-dashboard-tags-mode -1))
 
 (defun gnosis-dashboard--output-notes (note-ids)
   "Output tabulated-list format for NOTE-IDS."

Reply via email to