diff options
author | Raul Benencia <rul@kalgan.cc> | 2023-08-03 14:17:17 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2023-08-03 14:17:17 -0700 |
commit | cc8ac436845bc88df34a0d96aa523165877e575c (patch) | |
tree | 1582b1d26c65e47dc5ef903ad51cb7526c966a61 /.emacs.d/init.el | |
parent | 0ce0bf890ae532f5aee46d158a28b85d03a6366a (diff) |
emacs: enable pixel-scroll-precision-mode globally
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 005df3a..4b70e02 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -149,6 +149,8 @@ (dolist (path '("~/.emacs.d/rul-lisp/config" "~/.emacs.d/rul-lisp/packages")) (add-to-list 'load-path path)) +(pixel-scroll-precision-mode 1) + (require 'rul-completion) (require 'rul-dart) (require 'rul-elfeed) |