Helm for SLY
Last updated Dec 1, 2023
15
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
1
Topics
Language breakdown
Emacs Lisp 100.0%
▸ Files
click to expand
README
#+TITLE: Helm-SLY
Helm for [[https://github.com/joaotavora/sly][SLY]], a Common Lisp interaction mode for Emacs.
- Installation
To use Helm instead of the Xref buffer, enable ~global-helm-sly-mode~.
To enable Helm for completion, two options:
- Without company:
- With company, install [[https://github.com/Sodel-the-Vociferous/helm-company][helm-company]], then:
- Usage
- helm-sly-list-connections :: Yet another Lisp connection list with `helm'.
- helm-sly-apropos :: Yet another ~apropos~ with Helm.
- helm-sly-mini :: Like ~helm-sly-list-connections~, but include an extra source
- Change Log
- Add "recompile" actions to Xref source.
- Fix =predicate= argument in =helm-sly-lisp-buffer-source=.
- Fix buffer-less connection switching.
- Rename =helm-sly-build-buffers-source= source name to "Build buffers", to
** 0.7
- Add source listing all Lisp buffers.
- Make helm-sly--c-source-connection more customizable.
- Include inferior Lisp buffer to the "Lisp buffers" source.
- Dynamically list the debug buffer in the "Lisp buffers" source, when present.
- Dynamically list sly-description and sly-compilation when present.
- Fix sly-scratch and sly-db buffer switching.
- New action to go to REPL in other window.
- List current connection buffer candidate last.
- Make connection candidates customizable.
- Make connection candidate display customizable.
🔗 More in this category