From 725375b8932257a1527d4a52df0c060e44f112b6 Mon Sep 17 00:00:00 2001 From: insects Date: Sat, 22 Feb 2025 11:12:22 +0100 Subject: [PATCH] enable pixel scrolling in emacs --- dot_config/doom/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/doom/config.el b/dot_config/doom/config.el index 52b13a7..c7bb96d 100644 --- a/dot_config/doom/config.el +++ b/dot_config/doom/config.el @@ -14,6 +14,8 @@ (setq catppuccin-flavor 'mocha) (setq doom-theme 'catppuccin) +(pixel-scroll-precision-mode) + ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. (setq display-line-numbers-type t)