diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-15 13:18:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-15 13:18:20 -0700 |
commit | 53d097081938cda3d16040d608e718e944104a0f (patch) | |
tree | 760a57c576ae77d05ee9286190b1441d185239dc | |
parent | ref(navigation): re-organize the module and load packages (diff) | |
download | emacs.d-53d097081938cda3d16040d608e718e944104a0f.tar.gz |
ref(ui): remote the regex for uniquify
Change-Id: Iea6eea6013e13d964f1f903b6713f0e0ad2df997
-rw-r--r-- | emacs/custom/my-ui.el | 4 |
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' |