From 43fcf5e6893ab5f7c6c564ce18081fc352dbe213 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 11 Mar 2021 08:24:39 -0600 Subject: Uniquify --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 92d15b6..d458f96 100644 --- a/init.el +++ b/init.el @@ -82,6 +82,13 @@ (default-process-coding-system (utf-8-unix . utf-8-unix)) (x-select-request-type (UTF8_STRING COMPOUND_TEXT TEXT STRING)))) +;; Unique buffer names +(when (require 'uniquify) + (acdw/set '((uniquify-buffer-name-style forward) + (uniquify-separator "/") + (uniquify-after-kill-buffer-p t) + (uniquify-ignore-buffers-re "^\\*")))) + ;; Backups (acdw/set `((backup-by-copying t) (delete-old-versions -1) -- cgit 1.4.1-21-gabe81