| Age | Commit message (Collapse) | Author |
|
|
|
25 was already deprecated a year ago:
https://github.com/emacs-evil/evil-collection/pull/508/files
|
|
Currently, TAB is bound to evil-jump-forward, which isn't useful in
compile-mode.
|
|
|
|
We have to remove this binding from all modes (instead of just the normal
mode) so that we don't fall back to the Emacs binding. Instead we will fall
through this keymap and use the bindings found on other keymaps
|
|
|
|
Before this change compilation bindings didn't work in grep-mode which inherits
compilation-minor-mode-map
|
|
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
|