branch: elpa/gnosis
commit 8c43742f1b764cd1c4e8446880d62e4a83c8524f
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
[fix] dashboard: minor typo.
---
gnosis-dashboard.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el
index 2e63a5ca1b..5f0839e008 100644
--- a/gnosis-dashboard.el
+++ b/gnosis-dashboard.el
@@ -469,7 +469,7 @@ If IDS is not provided, use current themata being
displayed."
(gnosis-dashboard-decks-mode -1)
;; Enable tags mode
(gnosis-dashboard-tags-mode 1)
- (setf gnosis-dashboard--current '(:type 'tags))
+ (setf gnosis-dashboard--current '(:type tags))
(setq tabulated-list-format [("Name" 35 t)
("Total Themata" 10
gnosis-dashboard-sort-total-themata)])
(tabulated-list-init-header)