Add uniquify settings.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 31 Aug 2011 20:35:50 +0300
changeset 685 dccfef291718
parent 684 f0604e71f261
child 686 563751ecd385
Add uniquify settings.
.emacs-my
--- a/.emacs-my	Sat Aug 27 00:38:48 2011 +0300
+++ b/.emacs-my	Wed Aug 31 20:35:50 2011 +0300
@@ -380,6 +380,8 @@
 
 (require 'uniquify)
 (setq uniquify-buffer-name-style 'post-forward)
+(setq uniquify-separator "|")
+(setq uniquify-after-kill-buffer-p t)
 
 ;; buffer-menu better then buffer-list, but ibuffer much better.
 (global-set-key "\C-x\C-b" 'ibuffer)