Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -731,9 +731,15 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read
|
|||||||
(setq warning-minimum-level :error)
|
(setq warning-minimum-level :error)
|
||||||
|
|
||||||
(use-package which-key
|
(use-package which-key
|
||||||
:ensure t
|
:ensure nil ; builtin
|
||||||
:config
|
:defer t
|
||||||
(which-key-mode))
|
:commands which-key-mode
|
||||||
|
:hook (after-init . which-key-mode)
|
||||||
|
:custom
|
||||||
|
(which-key-idle-delay 1.5)
|
||||||
|
(which-key-idle-secondary-delay 0.25)
|
||||||
|
(which-key-add-column-padding 1)
|
||||||
|
(which-key-max-description-length 40))
|
||||||
|
|
||||||
;; Disable momentum-based scrolling for precise control and enable smoother scrolling.
|
;; Disable momentum-based scrolling for precise control and enable smoother scrolling.
|
||||||
(setq pixel-scroll-precision-use-momentum nil)
|
(setq pixel-scroll-precision-use-momentum nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user