summaryrefslogtreecommitdiff
path: root/modes/outline
AgeCommit message (Collapse)Author
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-06-04Fix quotingJames Nguyen
2021-01-02outline: Optionally enable keybindings in Outline minor modeJacob First
2020-01-05Do not override `zb` in outline mode.crocket
`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`.
2019-10-29Disable <tab>-based bindings by defaultBart Brouns
fixes #274
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