]> git.earman.xyz Git - emacsinit.git/commitdiff
fix extra space in howm capture template
authorrearman <rearman@r717.net>
Mon, 23 Feb 2026 22:06:38 +0000 (17:06 -0500)
committerrearman <rearman@r717.net>
Mon, 23 Feb 2026 22:06:38 +0000 (17:06 -0500)
re/re-packages.el

index 2d26d75da8c181d6d1c911fc4952a66f9a4672d1..c10b9ec99e16e0eb1d2144ce9aa63cf067da8ce1 100644 (file)
                (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