From 3ae74242f936844611bd1720a8e37e87b5aa286b Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:56:37 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01694f2..d8706ab 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,14 @@ Add the following to `~/.emacs.d/post-init.el`: ;; Configure Emacs to ask for confirmation before exiting (setq confirm-kill-emacs 'y-or-n-p) + +(use-package uniquify + :ensure nil + :custom + (uniquify-buffer-name-style 'reverse) + (uniquify-separator "•") + (uniquify-after-kill-buffer-p t) + (uniquify-ignore-buffers-re "^\\*")) ``` It is also recommended to read the following articles: