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.
This commit is contained in:
Henrik Lissner 2017-05-14 09:44:22 +02:00
parent 7e4efaabd4
commit 527c459f11

View file

@ -27,7 +27,7 @@
show-paren-highlight-openparen t show-paren-highlight-openparen t
show-paren-when-point-inside-paren t show-paren-when-point-inside-paren t
split-width-threshold nil ; favor horizontal splits split-width-threshold nil ; favor horizontal splits
uniquify-buffer-name-style nil uniquify-buffer-name-style 'forward
use-dialog-box nil ; always avoid GUI use-dialog-box nil ; always avoid GUI
visible-cursor nil visible-cursor nil
x-stretch-cursor nil x-stretch-cursor nil