emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/scroll-on-jump 220e4a8f21: Cleanup: disable formatting for


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-jump 220e4a8f21: Cleanup: disable formatting for quoted text
Date: Tue, 31 Jan 2023 21:04:59 -0500 (EST)

branch: elpa/scroll-on-jump
commit 220e4a8f21cc0b430c693a3ecac08156da2602c1
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: disable formatting for quoted text
---
 scroll-on-jump.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index 4620438c72..fe6579d1b9 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -43,11 +43,10 @@
 (defcustom scroll-on-jump-curve 'smooth
   "The the method scrolling is calculated."
   :type
-  '(choice
-    (const :tag "Smooth in/out, starts & ends slow" smooth)
-    (const :tag "Smooth in, starts slow" smooth-in)
-    (const :tag "Smooth out, ends slow" smooth-out)
-    (const :tag "Linear" linear)))
+  '(choice (const :tag "Smooth in/out, starts & ends slow" smooth)
+           (const :tag "Smooth in, starts slow" smooth-in)
+           (const :tag "Smooth out, ends slow" smooth-out)
+           (const :tag "Linear" linear)))
 
 (defcustom scroll-on-jump-curve-power 3.0
   "The strength of the curve (when set to linear).
@@ -650,5 +649,6 @@ This calls OLD-FN with ARGS."
 ;; Local Variables:
 ;; fill-column: 99
 ;; indent-tabs-mode: nil
+;; elisp-autofmt-format-quoted: nil
 ;; End:
 ;;; scroll-on-jump.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]