branch: elpa/scroll-on-jump
commit 8fde237ae6d6a54730445b399513bc6d31d7daba
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Change URL to codeberg
---
readme.rst | 8 +-------
scroll-on-jump.el | 2 +-
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/readme.rst b/readme.rst
index f6501cbfcf..714e640a0c 100644
--- a/readme.rst
+++ b/readme.rst
@@ -179,13 +179,7 @@ Until this is available on melpa, straight can be used to
install this package.
(use-package scroll-on-jump
:config
- (setq scroll-on-jump-duration 0.6)
-
- :straight
- (scroll-on-jump
- :type git
- :host gitlab
- :repo "ideasman42/emacs-scroll-on-jump"))
+ (setq scroll-on-jump-duration 0.6))
Limitations
diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index 024caa0828..8e3c5b4722 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -5,7 +5,7 @@
;; Author: Campbell Barton <[email protected]>
-;; URL: https://gitlab.com/ideasman42/emacs-scroll-on-jump
+;; URL: https://codeberg.com/ideasman42/emacs-scroll-on-jump
;; Version: 0.1
;; Package-Requires: ((emacs "26.2"))