commit 54872bb79c4eadbd1a18d4b969c2a05f1d333ee7
parent 8e8dbdaae0b4ece0c7e1b59fd09fc821fe307a0a
Author: Alex Balgavy <alex@balgavy.eu>
Date: Fri, 11 Nov 2022 11:13:37 +0100
emacs: todo item for pixel-scroll-precision-mode once it's built in
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org
@@ -919,6 +919,11 @@ Hide some messages I don't need.
(setq inhibit-startup-message t)
#+end_src
+** WAITING Pixel scroll mode
+Only from Emacs 29...
+#+begin_src emacs-lisp :tangle no
+(pixel-scroll-precision-mode)
+#+end_src
* General packages
** which-key
Minor mode for Emacs that displays the key bindings following your currently entered incomplete command (a prefix) in a popup.