branch: externals/gnosis
commit f5874540c852b593e40e3b636e451cc08ce3e810
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    dashboard: menu-themata: bind "SPC" for search.
    
    * Use SPC for consistency.
---
 gnosis-dashboard.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el
index 10112fe42e..99c57ffb82 100644
--- a/gnosis-dashboard.el
+++ b/gnosis-dashboard.el
@@ -1136,7 +1136,7 @@ DASHBOARD-TYPE: either Themata or Decks to display the 
respective dashboard."
                              (setq gnosis-dashboard-themata-history nil
                                    gnosis-dashboard--view-history nil)
                              (gnosis-dashboard-output-themata 
(gnosis-collect-thema-ids))))
-    ("s" "Search themata" gnosis-dashboard-suffix-query)
+    ("SPC" "Search themata" gnosis-dashboard-suffix-query)
     ("d" "View by decks" (lambda () (interactive)
                           (gnosis-dashboard-output-decks)))
     ("t" "View by tags" (lambda () (interactive)

Reply via email to