Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantecatalfamo/helm-atoms
Perform reverse variable lookups for Emacs Lisp using Helm.
https://github.com/dantecatalfamo/helm-atoms
elisp emacs helm
Last synced: 3 months ago
JSON representation
Perform reverse variable lookups for Emacs Lisp using Helm.
- Host: GitHub
- URL: https://github.com/dantecatalfamo/helm-atoms
- Owner: dantecatalfamo
- License: gpl-3.0
- Created: 2020-09-15T23:31:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T17:24:01.000Z (over 4 years ago)
- Last Synced: 2023-03-05T21:51:50.533Z (almost 2 years ago)
- Topics: elisp, emacs, helm
- Language: Emacs Lisp
- Homepage:
- Size: 226 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* helm-atoms
[[https://melpa.org/#/helm-atoms][file:https://melpa.org/packages/helm-atoms-badge.svg]]*Find a variable without knowing its name!*
Perform an interactive reverse variable lookups for Emacs Lisp using
Helm.
Once the helm entry is selected, the variable is opened in either
=describe-variable=, or =helpful-variable=, if it's installed.[[file:helm-atoms.gif]]
** Commands
=helm-atoms= Open the helm-atoms interface
** Customization
=helm-atoms-search-sequences=
Search atoms bound to sequences (lists, vectors) if non-nil.
More thorough search, but worse performance.