branch: externals/corfu
commit 4ec58942e12f6808d45b4deab15c1ecec277ceaa
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Disable pixel-scroll-precision-mode inside Corfu popup
---
 corfu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 20b1e9d213..274f975cd3 100644
--- a/corfu.el
+++ b/corfu.el
@@ -367,7 +367,8 @@ settings `corfu-auto-delay', `corfu-auto-prefix' and
     (fringe-indicator-alist (continuation) (truncation))
     (indicate-empty-lines . nil)
     (indicate-buffer-boundaries . nil)
-    (buffer-read-only . t))
+    (buffer-read-only . t)
+    (pixel-scroll-precision-mode . nil))
   "Default child frame buffer parameters.")
 
 (defvar corfu--mouse-ignore-map

Reply via email to