From 527c459f11904329a6896925dc09c9fa1ee5e03b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 14 May 2017 09:44:22 +0200 Subject: [PATCH] core-ui: uniquify-buffer-name-style = forward Uniquify's effect is invisible except in places where buffer-name is used (like in switch-buffer), where it can be very helpful to distinguish between clashing buffers. --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index e93ac251e..bd9479711 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -27,7 +27,7 @@ show-paren-highlight-openparen t show-paren-when-point-inside-paren t split-width-threshold nil ; favor horizontal splits - uniquify-buffer-name-style nil + uniquify-buffer-name-style 'forward use-dialog-box nil ; always avoid GUI visible-cursor nil x-stretch-cursor nil