Fuco1 / .emacs.d

My emacs config
MIT License
69 stars 13 forks source link

Make some "framework" for "jump to definition" #32

Closed Fuco1 closed 1 year ago

Fuco1 commented 6 years ago

Something simple like buffer local function and a unified binding + setup for various languages/modes.

Right now we use:

Fuco1 commented 6 years ago

https://github.com/jojojames/smart-jump

Fuco1 commented 6 years ago

smart-jump defaults to dumb-jump as fallback by default which is pretty great as we generally only have to define one extra definition.

Fuco1 commented 1 year ago

I'm using smart-jump with configured "jumpers", mostly lsp now for everything.