summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-13 20:26:49 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-12-13 20:27:25 +0100
commit1095969b1c9d518f1c4078cfd19ae7521ee5cbc7 (patch)
tree92fd7bf78f188605fea7fe9e7cf40b31dcb57408
parente6863595bf8a2d88c33d72aae9995561b8e269f1 (diff)
downloaddotfiles-1095969b1c9d518f1c4078cfd19ae7521ee5cbc7.tar.xz
emacs: make use of the uniquify mode
-rw-r--r--emacs7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs b/emacs
index 0eef7a0..778dd9b 100644
--- a/emacs
+++ b/emacs
@@ -264,6 +264,13 @@
(setq save-place-file "~/.emacs.d/emacs-places")
+;; Uniquify
+;; - makes buffer names unique
+(require 'uniquify)
+(setq uniquify-separator ":")
+(setq uniquify-buffer-name-style 'post-forward)
+
+
;; Icomplete
;; - completion in the mini-buffer
(icomplete-mode t)