summaryrefslogtreecommitdiff
path: root/modes/view
AgeCommit message (Collapse)Author
2024-08-27fix(view-mode): use `#'View-quit`Gregor Grigorjan
view-mode itself recommends using this function to quit the mode in in a message in its source code: ``` View mode: type \\[help-command] for help, \\[describe-mode] for commands, \\[View-quit] to quit. ``` Using `#'quit-window` does not work as expected when viewing a diff using view-mode for a buffer in a save prompt in magit: `#'quit-window` breaks the prompting sequence, whilst `#'View-quit` doesn't.
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
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