summaryrefslogtreecommitdiff
path: root/modes/doc-view
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-02-09Remap basic Evil character and line commands instead of listing key bindings.okamsn
Do this for Doc View mode and Image mode.
2020-08-05SPC, DEL, S-SPC scroll binds for DocViewngenisis
Currently getting bound to image-scroll-up and image-scroll-down from evil-collection-image.el. Not sure if it is relevant, but evil-collection-image.el has a TODO referencing this closed issue: https://github.com/emacs-evil/evil-collection/issues/23
2020-04-26travis: fix lintingKien Nguyen
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