summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-12-30 18:15:54 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-30 18:16:10 +0000
commit96b99e1747e932812690e02fb9f7cd5736ba7453 (patch)
tree185ef3eb248d993e5a7d971d79ac3d7cca77d9b8
parentdcb9550e6e54a09867d8005b10b9d7fde21f8bc5 (diff)
downloaddotfiles-96b99e1747e932812690e02fb9f7cd5736ba7453.tar.gz
try out a different uniquify-buffer-name-style
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 9155a6a7..d55336b3 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -453,7 +453,7 @@ windows side-by-side in the frame."
'(transient-cycles-window-buffers-cycle-backwards-key [134217777] nil nil "M-1.")
'(transient-cycles-window-buffers-cycle-forwards-key [134217780] nil nil "M-4.")
'(transient-cycles-window-buffers-mode t)
- '(uniquify-buffer-name-style 'post-forward nil (uniquify))
+ '(uniquify-buffer-name-style 'forward nil (uniquify))
'(use-short-answers t)
'(vc-deduce-backend-nonvc-modes t)
'(vc-find-revision-no-save t)