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: