diff options
author | Thanos Apollo <[email protected]> | 2024-12-10 23:47:56 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-12-10 23:47:56 +0200 |
commit | e5fd01a34c2488023118d26a4d2e8a5fdde282ba (patch) | |
tree | a8a4b6b63efdeef559fd5d5af12df951b1f5dca1 | |
parent | 383f8b489dbbc7fd13b076acaad10ccf73e1dd48 (diff) |
[fix] dashboard-output-notes: typo
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |