From: rearman Date: Mon, 23 Feb 2026 22:06:38 +0000 (-0500) Subject: fix extra space in howm capture template X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=14a23eb6031e63cc0cd2a3b8bfed756aa210c5bb;p=emacsinit.git fix extra space in howm capture template --- diff --git a/re/re-packages.el b/re/re-packages.el index 2d26d75..c10b9ec 100644 --- a/re/re-packages.el +++ b/re/re-packages.el @@ -132,7 +132,7 @@ (list '("\\[Mtg\\]" (lambda (&optional dummy) (howm-create 2))) '("\\[Person\\]" (lambda (&optional dummy) (howm-create 3)))))) (require 're-howm-defuns) - (setq howm-template-list '("= %title%cursor \s#inbox\n%date %file\n\n" + (setq howm-template-list '("= %title%cursor #inbox\n%date %file\n\n" "= %title%cursor Meeting\n%date %file\n\nAttendees: \n" "= @%title%cursor\n%date %file\n\n") howm-template howm-template-list