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:
Henrik Lissner 2019-02-25 20:16:41 -05:00
parent ca6be0d715
commit 15dd5870ea
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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