corgi-emacs / corgi

Unbundled Emacs configuration aimed at Clojure developers
181 stars 18 forks source link

Looking up functions #31

Open davidh38 opened 2 years ago

davidh38 commented 2 years ago

Is there a (suggested) way to browse through the functions of a project in corgi?

ChetanVashisht commented 1 year ago

You can use vim's keybindings for goto definition gd. Under the hood it runs elisp-slime-nav-find-elisp-thing-at-point. I found that this works most of the time.

plexus commented 1 year ago

There's also the corgi-esque , g g.