1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-24 07:26:37 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
James Nguyen
1177456348 Require evil-collection instead of evil
Remove declare-function workaround.
2018-06-19 18:14:50 -07:00
James Nguyen
04268dcadc Remove .el in declare-function 2018-06-08 10:32:02 -07:00
James Nguyen
36f56362cc Add declare-functions for evil-collection-define-key
Adding for byte compiling.

TODO: Should look into doing an import instead since we shouldn't need
to declare a function that our library should know about.

I think there was some circular dependency around evil-collection-*
requiring evil-collection.el so I went with the quick and dirty
approach of doing a declare-function. If someone has a better idea,
feel free to change this!
2018-06-08 10:18:17 -07:00
Justin Burkett
29abe9692f Convert define-key calls to evil-collection-define-key ones 2018-06-08 09:52:15 -07:00
noctuid
1853b53a8d Add key translation functionality
Also add evil-collection-setup-hook. Fixes #5 and #98.
2018-03-23 14:22:06 +05:30
James Nguyen
6ddfc3f7ff Change url 2018-03-01 17:22:38 -08:00
James Nguyen
eb53fdef8a Which-key: Tweak 2018-01-27 15:40:41 -08:00
Maximiliano Sandoval
51cc62e0d2 Added defvar 2018-01-27 15:35:43 -08:00
Maximiliano Sandoval
0bd177bb65 Abort keybind 2018-01-27 15:35:43 -08:00
Maximiliano Sandoval
e155ac14a6 Support for which-key 2018-01-27 15:35:43 -08:00