diff options
| -rw-r--r-- | Cask | 3 | ||||
| -rw-r--r-- | test/topspace-test.el | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -4,7 +4,6 @@ (development (depends-on "undercover") (depends-on "buttercup") - (depends-on "smooth-scrolling") - (depends-on "linum")) + (depends-on "smooth-scrolling")) (package-file "topspace.el") diff --git a/test/topspace-test.el b/test/topspace-test.el index 850b95f..33888df 100644 --- a/test/topspace-test.el +++ b/test/topspace-test.el @@ -83,12 +83,10 @@ (describe "topspace--after-scroll" (it "is needed when first scrolling above the top line" - (linum-mode 1) (goto-char 1) (topspace-set-height 0) (scroll-up-line) (scroll-down 2) - (linum-mode -1) (goto-char 1) (topspace-set-height 0) (scroll-up-line) |
