From b03c3969663894d46f03a274e8c42c988cb77e0e Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:52:20 -0400 Subject: [PATCH] Remove uniquify --- init.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/init.el b/init.el index 7b7ae1f..f31ef8c 100644 --- a/init.el +++ b/init.el @@ -37,13 +37,6 @@ :hook (emacs-startup . gcmh-mode)) -;;; Uniquify - Unique buffer name -(progn - (setq uniquify-buffer-name-style 'reverse) - (setq uniquify-separator "•") - (setq uniquify-after-kill-buffer-p t) ; rename after killing uniquified - (setq uniquify-ignore-buffers-re "^\\*")) - ;;; Files ;; Do not auto-disable auto-save after deleting large chunks of text. The ;; purpose of auto-save is to provide a failsafe, and disabling it