Update README.md

This commit is contained in:
James Cherti
2025-02-10 10:20:50 -05:00
parent 3256195046
commit ea22041fa7

View File

@@ -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)