| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
With autoload, it doesn't need "require" the package before call
evil-collection-*-setup function.
|
|
|
|
Remove declare-function workaround.
|
|
|
|
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!
|
|
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.
|
|
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.
|
|
Also add evil-collection-setup-hook. Fixes #5 and #98.
|
|
|
|
|
|
Man-quit was removed in Emacs 26:
https://github.com/emacs-mirror/emacs/commit/506a97a58d0cff595f13e6238b59c9e8c70440d5
|
|
|