summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cask3
-rw-r--r--test/topspace-test.el2
2 files changed, 1 insertions, 4 deletions
diff --git a/Cask b/Cask
index d0748fb..8416561 100644
--- a/Cask
+++ b/Cask
@@ -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)