From 4ddf6e20fb1e1fb43b54de73f59d2a9678d396f7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 30 May 2026 09:47:23 +0200 Subject: [PATCH] Remove excessive information for quick capture template --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index f9a2f76..552fc83 100644 --- a/init.el +++ b/init.el @@ -1422,7 +1422,7 @@ accordingly." ("q" "Quick note" plain #'db/goto-quick-notes - "- [ ] %?\n\n On %U via %K." + "- [ ] %?" :empty-lines-before 1 :empty-lines-after 1))))