jixiuf / vterm-toggle

toggles between the vterm buffer and whatever buffer you are editing.
GNU General Public License v3.0
188 stars 12 forks source link

Don't force Projectile as a required dependency #16

Closed sebasmonia closed 3 years ago

sebasmonia commented 4 years ago

I don't use Projectile, relying instead on the project.el built-in. It should be an optional dependency for vterm-toggle, via fboundp or checks for the package being installed before trying to use it.

jixiuf commented 4 years ago

done .

sebasmonia commented 4 years ago

Awesome! thanks for the speedy fix :)