summaryrefslogtreecommitdiff
path: root/modes/compile
AgeCommit message (Collapse)Author
2025-04-26Add M-RET binding for compilation modevhqr0
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2022-05-05compile: bind TAB and S-TAB to compilation-{next,previous}-errorDavid Florness
Currently, TAB is bound to evil-jump-forward, which isn't useful in compile-mode.
2022-01-18Set readonly bindings for compilation modeJohn McFarland
2020-10-23compile: remove g bindingMorgan Smith
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
2020-10-23compile: remove unnecessary bindingsMorgan Smith
2020-10-23compile: Apply bindings to compilation-minor-mode-mapMorgan Smith
Before this change compilation bindings didn't work in grep-mode which inherits compilation-minor-mode-map
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