enable pixel scrolling in emacs

This commit is contained in:
insects 2025-02-22 11:12:22 +01:00
parent 75046bbb95
commit 725375b893

View file

@ -14,6 +14,8 @@
(setq catppuccin-flavor 'mocha) (setq catppuccin-flavor 'mocha)
(setq doom-theme 'catppuccin) (setq doom-theme 'catppuccin)
(pixel-scroll-precision-mode)
;; This determines the style of line numbers in effect. If set to `nil', line ;; 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'. ;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t) (setq display-line-numbers-type t)