Fix uniquify+persp-mode compatibility
Uniquify would rename buffers across workspaces, causing "sticky" buffers when switch between workspaces with buffers that have the same base name.
This commit is contained in:
parent
ca6be0d715
commit
15dd5870ea
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ behavior). Do not set this directly, this is let-bound in `doom|init-theme'.")
|
|||
resize-mini-windows 'grow-only ; Minibuffer resizing
|
||||
show-help-function nil ; hide :help-echo text
|
||||
split-width-threshold 160 ; favor horizontal splits
|
||||
uniquify-buffer-name-style 'forward
|
||||
uniquify-buffer-name-style nil ; custom modeline will show file paths anyway
|
||||
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