From 53d097081938cda3d16040d608e718e944104a0f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 15 Oct 2022 13:18:20 -0700 Subject: ref(ui): remote the regex for uniquify Change-Id: Iea6eea6013e13d964f1f903b6713f0e0ad2df997 --- emacs/custom/my-ui.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index 51350a0..6076c3f 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -65,10 +65,6 @@ (setq mode-line-default-help-echo nil show-help-function nil) -(setq uniquify-ignore-buffers-re "^\\*" - uniquify-buffer-name-style 'forward - uniquify-separator "/") - (setq display-buffer-alist `( ("\\*\\(.* # Help.*\\|Help\\|xref\\)\\*" ; See the hooks for `visual-line-mode' -- cgit 1.4.1