mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
resize-mini-windows 'grow-only ; Minibuffer resizing
|
||||||
show-help-function nil ; hide :help-echo text
|
show-help-function nil ; hide :help-echo text
|
||||||
split-width-threshold 160 ; favor horizontal splits
|
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
|
use-dialog-box nil ; always avoid GUI
|
||||||
visible-cursor nil
|
visible-cursor nil
|
||||||
x-stretch-cursor nil
|
x-stretch-cursor nil
|
||||||
|
Reference in New Issue
Block a user