Commit Graph

6 Commits

Author SHA1 Message Date
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 98d28bc679 Fix quoting 2022-06-04 13:51:23 -04:00
Jacob First 63a9dcb3ef outline: Optionally enable keybindings in Outline minor mode 2021-01-02 14:21:18 +00:00
crocket 815c127d02 Do not override `zb` in outline mode.
`zb` is usually bound to `evil-scroll-line-to-bottom`.
By moving `outline-hide-entry` to `zE`, you also get more consistency
because `ze` is bound to `outline-show-entry`.
2020-01-05 19:46:18 +01:00
Bart Brouns ace73501c2 Disable <tab>-based bindings by default
fixes #274
2019-10-29 12:19:39 +01: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