Emacs wrapper for https://github.com/bfontaine/grape
- Install grape
The following demos show `gripe` being used to search within grape project itself
- Using ivy
- TODO - Demo for helm
- TODO - Demo for selectrum
- ivy, helm and selectrum are supported
- Uses `project.clj` as the project marker
Command | Description |
gripe-find | Invokes `grape` on your specified file/directory path and pattern |
Variable | Description | Default | Possible Values |
gripe-completion | The completion package to use | nil | ‘ivy, ‘helm, ‘selectrum |
- Mind the single quote (e.g. ‘ivy)
- If set to nil, one of the installed completion packages will be used automatically in this order:
- ivy
- helm
- selectrum