summaryrefslogtreecommitdiff
path: root/evil-collection-robe.el
AgeCommit message (Collapse)Author
2019-10-09Use subdirectories for setup files (+READMEs)Justin Burkett
Move setup files into subdirectories. Move mode directories to modes subdir. This will make it easy to specify a recipe in melpa that maintains the directory structure. Add interactive functions to jump to .el and README files See #170
2018-10-16Autoload "evil-collection-*-setup" functionsEnze Chi
With autoload, it doesn't need "require" the package before call evil-collection-*-setup function.
2018-08-27Update ambrevar's email addressPierre Neidhardt
2018-06-19Require evil-collection instead of evilJames Nguyen
Remove declare-function workaround.
2018-06-08Remove .el in declare-functionJames Nguyen
2018-06-08Add declare-functions for evil-collection-define-keyJames Nguyen
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-08Remove package arg from evil-collection-define-keyJustin Burkett
Implement version of evil-define-key instead. The bindings are made immediately if the map is available. Otherwise, there are lazily made in the same way that evil-define-key makes them.
2018-06-08Add support for {white,black}lists and binding recordsJustin Burkett
Add and use evil-collection-define-key, which is a custom keybinding function that checks evil-collection-key-{white,black}list before binding each key and stores a record of the keybindings in evil-collection-bindings-record. Modify evil-collection-util-inhibit-insert-state to conform to evil-collection-define-key.
2018-03-23Add key translation functionalitynoctuid
Also add evil-collection-setup-hook. Fixes #5 and #98.
2018-03-01Change urlJames Nguyen
2017-12-12Add robeJames Nguyen