Skip to content

Commit

Permalink
add swiper for cask
Browse files Browse the repository at this point in the history
  • Loading branch information
aborn committed Jul 31, 2016
1 parent 65c81cc commit 7bf8155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cask
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
(depends-on "request")
(depends-on "let-alist")
(depends-on "pcache")
(depends-on "s"))
(depends-on "s")
(depends-on "swiper"))
2 changes: 1 addition & 1 deletion leanote.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Aborn Jiang <[email protected]>
;; Version: 0.2
;; Package-Requires: ((cl-lib "0.5") (request "0.2") (let-alist "1.0.3") (pcache "0.4.0") (s "1.10.0") (ivy "0.8.0"))
;; Package-Requires: ((cl-lib "0.5") (request "0.2") (let-alist "1.0.3") (pcache "0.4.0") (s "1.10.0") (swiper "0.8.0"))
;; Keywords: leanote, note, markdown
;; Homepage: https://github.com/aborn/leanote-mode
;; URL: https://github.com/aborn/leanote-mode
Expand Down

0 comments on commit 7bf8155

Please sign in to comment.