summaryrefslogtreecommitdiff
path: root/modes/reftex
AgeCommit message (Collapse)Author
2025-09-23feat(reftex): Add binding for accepting selectionjessy836
Add a new key binding for the "RET" key to accept the current selection in reftex-select-mode. This improves usability by allowing users to confirm their selection easily.
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
2021-05-28reflex: update documentationDan Kessler
A recent commit remapped reflex-toc-jump from `gs` -> `J`, but the help didn't get updated (so it erroneously still suggests using `gs` to jump to section.
2021-05-04Changed binding for jumpArif Er
2021-05-04Refurbished keybindings for reftex-tocArif Er
2021-05-04Added help prompt for reftex-toc (with comments)Arif Er
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