summaryrefslogtreecommitdiff
path: root/modes/slime
AgeCommit message (Collapse)Author
2025-01-08fix: the goto-reference in slime-mode only works for global variables.sakurawald
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-02-03Add find-references/find-usages type bindingsJames Nguyen
Since these bindings have a potential usage clash with "gr", we add an additional option here to do disable for the case where the user wants to keep "gr" in their non programming modes but don't want find-refs type keybindings in their programming modes. g? may be another good candidate for finding references.
2019-10-10SLIME: Bind "gd" to slime-inspector-show-source.Pierre Neidhardt
2019-10-10SLIME: Rebind slime-inspector-history from "h" to "M-p".Pierre Neidhardt
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