Change uniquify style, again to file.el<folder>

This commit is contained in:
2013-10-20 16:00:51 +01:00
parent dd3c75400b
commit fc1825457b

View File

@@ -47,8 +47,8 @@
;; meaningful names for buffers with the same name
(require 'uniquify)
(setq uniquify-buffer-name-style 'post-forward)
(setq uniquify-separator " | ")
(setq uniquify-buffer-name-style 'post-forward-angle-brackets)
(setq uniquify-separator "/")
(setq uniquify-after-kill-buffer-p t) ; rename after killing uniquified
(setq uniquify-ignore-buffers-re "^\\*") ; don't muck with special buffers