mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-11 13:07:28 -05:00
Caskfile: clone evil-easymotion from repo, rather than MELPA
Getting compilation errors with evil-easymotion when installed from MELPA.
This commit is contained in:
2
Cask
2
Cask
@ -36,7 +36,7 @@
|
|||||||
(depends-on "evil-surround")
|
(depends-on "evil-surround")
|
||||||
(depends-on "evil-visualstar")
|
(depends-on "evil-visualstar")
|
||||||
(depends-on "evil-plugins" :git "https://github.com/tarao/evil-plugins")
|
(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
|
;; Editor --- core/core-editor.el
|
||||||
(depends-on "ace-window")
|
(depends-on "ace-window")
|
||||||
|
Reference in New Issue
Block a user