Skip to content

Commit 87cbf9d

Browse files
akirakabo-abo
authored andcommitted
Drop the dependency on counsel
Fixes #611
1 parent aca6e1b commit 87cbf9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lispy-pkg.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
'((emacs "24.3")
44
(ace-window "0.9.0")
55
(iedit "0.9.9")
6-
(counsel "0.11.0")
6+
(swiper "0.13.4")
77
(hydra "0.14.0")
88
(zoutline "0.1.0")))

targets/install-deps.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sly
99
geiser
1010
clojure-mode
11-
counsel
11+
swiper
1212
hydra
1313
ace-window
1414
helm

0 commit comments

Comments
 (0)