Caskfile: clone evil-easymotion from repo, rather than MELPA
Getting compilation errors with evil-easymotion when installed from MELPA.
This commit is contained in:
parent
92dc8c38c8
commit
27d1bdf0b6
1 changed files with 1 additions and 1 deletions
2
Cask
2
Cask
|
@ -36,7 +36,7 @@
|
|||
(depends-on "evil-surround")
|
||||
(depends-on "evil-visualstar")
|
||||
(depends-on "evil-plugins" :git "https://github.com/tarao/evil-plugins")
|
||||
(depends-on "evil-easymotion")
|
||||
(depends-on "evil-easymotion" :git "https://github.com/PythonNut/evil-easymotion")
|
||||
|
||||
;; Editor --- core/core-editor.el
|
||||
(depends-on "ace-window")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue