summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-12-10 23:47:56 +0200
committerThanos Apollo <[email protected]>2024-12-10 23:47:56 +0200
commite5fd01a34c2488023118d26a4d2e8a5fdde282ba (patch)
treea8a4b6b63efdeef559fd5d5af12df951b1f5dca1
parent383f8b489dbbc7fd13b076acaad10ccf73e1dd48 (diff)
[fix] dashboard-output-notes: typo
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 8615d2f..7594d08 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2754,7 +2754,7 @@ Skips days where no note was reviewed."
("Options" ,(/ (window-width) 6) t)
("Answer" ,(/ (window-width) 6) t)
("Tags" ,(/ (window-width) 5) t)
- ("Type" ,(/ (window-width) 10) T)
+ ("Type" ,(/ (window-width) 10) t)
("Suspend" ,(/ (window-width) 6) t)]
gnosis-dashboard-note-ids note-ids
tabulated-list-entries nil)