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:
parent
7e4efaabd4
commit
527c459f11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue