From: rearman Date: Thu, 14 May 2026 20:49:39 +0000 (-0400) Subject: Move when I set the howm-buffer-name var X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=2db9481bac54250909b84b5e1ac13b953cb738aa;p=emacsinit.git Move when I set the howm-buffer-name var causing issues --- diff --git a/config.org b/config.org index b3cf7d0..83c8f28 100644 --- a/config.org +++ b/config.org @@ -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