oantolin / embark

Emacs Mini-Buffer Actions Rooted in Keymaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickly switching between equivlant project based function.

nehrbash opened this issue · comments

I was tired of never using the project.el functions because they require a different prefix key. As a result, I started making a package to map them to the same key https://github.com/nehrbash/protogg/tree/main . I mostly just brute forced the minibuffer switching until it worked. I'm just learning elisp as I go, haha. Then I remembered embark-become was a thing! My main question is could embark-become take the place of this package? This is quite the impressive package can I could be overlooking something due to my lack of familiarity. Adding project aware functions is probably out of scope for this package but if there was a way of having greater control over the default become function the toggling part of this package probably wouldn't be needed.