Update smooth-scrolling recipe to point to new github repository

This commit is contained in:
Adam Spiers 2013-04-15 15:20:09 -07:00 committed by Adam Spiers
parent 95a23f9ea2
commit 7614b16b86

View File

@ -1,5 +1,5 @@
(:name smooth-scrolling
:description "Make emacs scroll smoothly, keeping the point away from the top and bottom of the current buffer's window in order to keep lines of context around the point visible as much as possible, whilst avoiding sudden scroll jumps which are visually confusing."
:type http
:url "http://adamspiers.org/computing/elisp/smooth-scrolling.el"
:type github
:pkgname "aspiers/smooth-scrolling"
:features smooth-scrolling)