aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-gui.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/oni-gui.el b/oni-gui.el
index f02c1ad..5ba6a13 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -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