1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-21 06:56:37 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
condy
5047285052 geiser: fix lint error
Emacs 30 emit errors when the body of `when` is empty.
2023-01-21 23:23:50 +08:00
James Nguyen
d461f459f4 Change package-requires to 26.3
25 was already deprecated a year ago:

https://github.com/emacs-evil/evil-collection/pull/508/files
2022-06-06 20:53:16 -04:00
James Nguyen
48d2b1ef6e Add find-references/find-usages type bindings
Since these bindings have a potential usage clash with "gr", we add an
additional option here to do disable for the case where the user wants to keep
"gr" in their non programming modes but don't want find-refs type keybindings in
their programming modes.

g? may be another good candidate for finding references.
2021-02-03 11:47:59 -08:00
Kien Nguyen
695e941d8a travis: fix linting 2020-04-26 01:48:44 -07: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