summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-08 22:39:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-08 22:40:26 -0700
commit18d57c35f3cd4868273dc301b756217936d18a26 (patch)
treea8113ad48eaeb802d2906b5e03533de462cdc927
parent6e3830d21a2cea48e3fa8caaddcab63d68daab38 (diff)
downloaddotfiles-18d57c35f3cd4868273dc301b756217936d18a26.tar.gz
set some howm-mode-set-buffer-name settings
-rw-r--r--.emacs.d/init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 00edbb7f..eda26c15 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4348,7 +4348,10 @@ We don't use the FILES parameter in the entry for \"d\" in
;; Have point start before %file, not ready to insert a title, for
;; consistency with the other template. (However, we will indeed
;; often replace the link target with a URL, PDF filename etc..)
- "#+title: <<< %title\n%date%cursor %file\n\n"))
+ "#+title: <<< %title\n%date%cursor %file\n\n")
+
+ howm-buffer-name-limit 40
+ howm-buffer-name-total-limit 40)
;; Default sorting for certain views.
(defun spw/howm-list-all (&rest ignore)