summaryrefslogtreecommitdiff
path: root/gnosis-dashboard.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-03 19:10:18 +0300
committerThanos Apollo <[email protected]>2024-08-03 19:10:18 +0300
commitfdde698749edcae9e87a17f93f42aebd7d2afe3a (patch)
tree8cfb22d3260d3bf8de2be3afdf7497b2b4767d6b /gnosis-dashboard.el
parent3b1ecd789d3d712b08c0555f2181096b482242af (diff)
dashboard-mode: Reset values for selected-ids.
Diffstat (limited to 'gnosis-dashboard.el')
-rw-r--r--gnosis-dashboard.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el
index 64a4783..af22ac7 100644
--- a/gnosis-dashboard.el
+++ b/gnosis-dashboard.el
@@ -404,7 +404,9 @@ When called with called with a prefix, unsuspend all notes of deck."
"Major mode for displaying Gnosis dashboard."
:keymap gnosis-dashboard-mode-map
(setq tabulated-list-padding 2
- tabulated-list-sort-key nil))
+ tabulated-list-sort-key nil
+ gnosis-dashboard--selected-ids nil)
+ (display-line-numbers-mode 0))
(cl-defun gnosis-dashboard--search (&optional dashboard-type (note-ids nil))
"Display gnosis dashboard.