Update README.md
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user