[oni-gui] Enable ‘pixel-scroll-precision-mode’ when it's available
This commit is contained in:
parent
4260f75cbc
commit
f934d1af0b
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue