Alexander-Miller / treemacs

GNU General Public License v3.0
2.09k stars 153 forks source link

Enable evil-escape integration if a newer version is used #989

Closed smile13241324 closed 1 year ago

smile13241324 commented 1 year ago

I am trying to revive evil-escape, as part of this I have integrated most of the PRs from the original repository and did fix the treemacs integration. The package is not yet available on Melpa but is already used by spacemacs by means of the github fetcher.

This PR updates the compatibility layer for treemacs to test for a new version variable and only disable the integration if the old version is found aka the variable is not defined, this would enable users who have already switched to the new fork to use the full feature set.

Alexander-Miller commented 1 year ago

:+1: