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

    [fix] dashboard: Adjust for header and keymap
    
    + Going back to the homepage resets the keymap and header format
      through dashboard-mode.
---
 gnosis.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnosis.el b/gnosis.el
index 1cd9f8dcc96..df2f5a04efa 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2740,6 +2740,7 @@ When called with called with a prefix, unsuspend all 
notes of deck."
   "Major mode for displaying Gnosis dashboard."
   :keymap gnosis-dashboard-mode-map
   :interactive nil
+  (setq-local header-line-format nil)
   (setq tabulated-list-padding 2
        tabulated-list-sort-key nil
        gnosis-dashboard--selected-ids nil)
@@ -2860,8 +2861,8 @@ DASHBOARD-TYPE: either Notes or Decks to display the 
respective dashboard."
         (due-note-ids (mapcar #'car due-log))
         (inhibit-read-only t))
     (with-current-buffer buffer
-      (setq-local header-line-format nil)
       (erase-buffer)
+      (gnosis-dashboard-mode)
       (insert "\n"
              (gnosis-center-string
               (format "%s" (propertize "Gnosis Dashboard" 'face

Reply via email to