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

    [fix] dashboard: Remove header-line-format when at homepage page.
---
 gnosis.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnosis.el b/gnosis.el
index 7823cb1734a..f44cbf9f5d1 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2862,6 +2862,7 @@ 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)
       (insert "\n"
              (gnosis-center-string

Reply via email to