about summary refs log tree commit diff
path: root/init-settings.el
diff options
context:
space:
mode:
Diffstat (limited to 'init-settings.el')
-rw-r--r--init-settings.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init-settings.el b/init-settings.el
index 4256ba1c0f2a..e691328e132d 100644
--- a/init-settings.el
+++ b/init-settings.el
@@ -1,3 +1,4 @@
+(require 'uniquify)
 ;; ## Generic settings ##
 
 (tool-bar-mode -1)
@@ -7,6 +8,8 @@
 (setq ido-use-faces nil)
 (setq gc-cons-threshold 20000000)
 
+(setq uniquify-buffer-name-style 'forward)
+
 ;;; Code:
 
 (add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")