From aaa3894c381e91db867332bc4b782d18e170f100 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 28 Jun 2025 15:14:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Enable=20pixel-scroll-precision-?= =?UTF-8?q?mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index a592586..982a080 100644 --- a/config.org +++ b/config.org @@ -665,6 +665,11 @@ I found out that a bit more line spacing makes Emacs look more nicely and increa (setq-default line-spacing 4) #+end_src +** Scolling + +#+begin_src emacs-lisp +(pixel-scroll-precision-mode 1) +#+end_src * Keybinding List of own custom keybindings