summary refs log tree commit diff
path: root/emacs/custom/my-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-15 13:18:20 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-15 13:18:20 -0700
commit53d097081938cda3d16040d608e718e944104a0f (patch)
tree760a57c576ae77d05ee9286190b1441d185239dc /emacs/custom/my-ui.el
parentref(navigation): re-organize the module and load packages (diff)
downloademacs.d-53d097081938cda3d16040d608e718e944104a0f.tar.gz
ref(ui): remote the regex for uniquify
Change-Id: Iea6eea6013e13d964f1f903b6713f0e0ad2df997
Diffstat (limited to 'emacs/custom/my-ui.el')
-rw-r--r--emacs/custom/my-ui.el4
1 files changed, 0 insertions, 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'