From e5fd01a34c2488023118d26a4d2e8a5fdde282ba Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 10 Dec 2024 23:47:56 +0200 Subject: [fix] dashboard-output-notes: typo --- gnosis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3