From 15dd5870ea5c0f157529679a2ad9337fcd31e1a5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 25 Feb 2019 20:16:41 -0500 Subject: [PATCH] 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. --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index a7c745a93..db69767c1 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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