ethan-leba / tree-edit

🌲 Structural editing in Emacs for any™ language!
GNU General Public License v3.0
393 stars 16 forks source link

Evil & keybinding decoupling #6

Closed ethan-leba closed 2 years ago

ethan-leba commented 3 years ago

The tree-edit API isn't specific to evil, so it would make sense to split that out. There is a global current node, though -- do we need to drop that as well? There also should be a way to disable the default keybinding if folks would like to set up their own.

ethan-leba commented 2 years ago

Partially addressed by fe0d2ff, but more work needs to be done to cleanly separate the two packages.

ethan-leba commented 2 years ago

Addressed by 7eba9d5