Skip to content

anonimitoraf/gripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gripe

Emacs wrapper for https://github.com/bfontaine/grape

Prerequisites

Demos

The following demos show `gripe` being used to search within grape project itself

  • Using ivy
  • TODO - Demo for helm
  • TODO - Demo for selectrum

Notes

  • ivy, helm and selectrum are supported
  • Uses `project.clj` as the project marker

Commands

CommandDescription
gripe-findInvokes `grape` on your specified file/directory path and pattern

Configuration

VariableDescriptionDefaultPossible Values
gripe-completionThe completion package to usenil‘ivy, ‘helm, ‘selectrum

Details

gripe-completion

  • 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