Update README.md and add the comment-multi-line variable
This commit is contained in:
18
README.md
18
README.md
@@ -552,6 +552,24 @@ To configure `corfu` and `cape`, add the following to `~/.emacs.d/post-init.el`:
|
||||
(load bootstrap-file nil 'nomessage))
|
||||
```
|
||||
|
||||
### Which other packages can be interesting to add?
|
||||
|
||||
Add the following to `~/.emacs.d/post-init.el`:
|
||||
``` emacs-lisp
|
||||
(use-package which-key
|
||||
:ensure t
|
||||
:config
|
||||
(which-key-mode))
|
||||
|
||||
;; Add context menu
|
||||
(when (display-graphic-p)
|
||||
(context-menu-mode))
|
||||
|
||||
(pixel-scroll-precision-mode)
|
||||
|
||||
(display-time-mode)
|
||||
```
|
||||
|
||||
## Frequently asked questions
|
||||
|
||||
### How to increase gc-cons-threshold?
|
||||
|
||||
Reference in New Issue
Block a user