branch: elpa/scroll-on-jump
commit 2b67ca0c6ce12ef4710d8e3f6a476f9cb073ec64
Author: Felix Dick <[email protected]>
Commit: Campbell Barton <[email protected]>
Set type of scroll-on-jump-duration to float.
---
scroll-on-jump.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index 8d8508ff47..e3a0f59ac7 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -34,7 +34,7 @@
(defcustom scroll-on-jump-duration 0.4
"Duration (in seconds) for scrolling to the next position (zero disables)."
- :type 'integer)
+ :type 'float)
(defcustom scroll-on-jump-smooth t
"Use smooth (pixel) scrolling, otherwise scroll by lines."