Update README.md

This commit is contained in:
James Cherti
2024-10-21 17:56:37 -04:00
parent 495d45971d
commit 3ae74242f9

View File

@@ -568,6 +568,14 @@ Add the following to `~/.emacs.d/post-init.el`:
;; Configure Emacs to ask for confirmation before exiting ;; Configure Emacs to ask for confirmation before exiting
(setq confirm-kill-emacs 'y-or-n-p) (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: It is also recommended to read the following articles: