From 27d1bdf0b6618b2f0a0b10c7510df15490269413 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 28 Sep 2015 18:26:14 -0400 Subject: [PATCH] Caskfile: clone evil-easymotion from repo, rather than MELPA Getting compilation errors with evil-easymotion when installed from MELPA. --- Cask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cask b/Cask index 021d7ff53..fce18b13c 100644 --- a/Cask +++ b/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")