From ee6c3f27c3059b107223df9ee0b7302a33eed101 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 4 May 2024 14:48:17 +0200 Subject: [PATCH] Disable pixel precision mode --- bundle/bundle--gui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 86b6039d..e4d8b873 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -169,7 +169,7 @@ :init (yas-global-mode 1)) -(pixel-scroll-precision-mode +1) +;(pixel-scroll-precision-mode +1) (use-package hideshow :hook ((prog-mode . (lambda () (hs-minor-mode 1) (hs-hide-all))))