Caskfile: clone evil-easymotion from repo, rather than MELPA

Getting compilation errors with evil-easymotion when installed
from MELPA.
This commit is contained in:
Henrik Lissner 2015-09-28 18:26:14 -04:00
parent 92dc8c38c8
commit 27d1bdf0b6

2
Cask
View file

@ -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")