1
0
Fork 0

[oni-gui] Enable ‘pixel-scroll-precision-mode’ when it's available

This commit is contained in:
Tom Willemse 2023-08-05 23:38:18 -07:00
parent 4260f75cbc
commit f934d1af0b

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2022.1213.070242
;; Version: 2023.0805.233624
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
;; This program is free software; you can redistribute it and/or modify
@ -128,5 +128,8 @@ _bi_: Auto Insert ^^ ^^
(load-theme 'yoshi :no-confirm)
(when (fboundp 'pixel-scroll-precision-mode)
(pixel-scroll-precision-mode))
(provide 'oni-gui)
;;; oni-gui.el ends here