Commit Graph

5 Commits

Author SHA1 Message Date
John McFarland 5cc50418d0 Set readonly bindings for compilation mode 2022-01-18 08:49:07 +08:00
Morgan Smith 52b6479a8f compile: remove g binding
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-23 08:40:30 +02:00
Morgan Smith 25af4855ea compile: remove unnecessary bindings 2020-10-23 08:40:30 +02:00
Morgan Smith 069ea1188e compile: Apply bindings to compilation-minor-mode-map
Before this change compilation bindings didn't work in grep-mode which inherits
compilation-minor-mode-map
2020-10-23 08:40:30 +02:00
Justin Burkett 95dad4c734 Use subdirectories for setup files (+READMEs)
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
2019-10-09 19:41:45 -07:00