]> git.earman.xyz Git - emacsinit.git/commitdiff
Move when I set the howm-buffer-name var
authorrearman <rearman@r717.net>
Thu, 14 May 2026 20:49:39 +0000 (16:49 -0400)
committerrearman <rearman@r717.net>
Thu, 14 May 2026 20:49:39 +0000 (16:49 -0400)
causing issues

config.org

index b3cf7d07ab298578ae4c8cfb670659fa6f5dcf5b..83c8f28f3f5e9e897b70888b4483936b4fefde7a 100644 (file)
@@ -467,10 +467,8 @@ On-again, off-again relationship with this one
   ;; add coloring for custom "waiting" state
   (add-to-list 'howm-reminder-font-lock-keywords
               `(,(howm-reminder-regexp "[w]") (0 howm-reminder-defer-face prepend))
-              t))
-
-(dolist (hooks '(after-save-hook howm-mode-hook))
-  (add-hook hooks 'howm-mode-set-buffer-name))
+              t)
+  (add-hook howm-mode-hook 'howm-mode-set-buffer-name))
 #+END_SRC
 
 * Trashed