emacs-evil / evil-collection

A set of keybindings for evil-mode
GNU General Public License v3.0
1.21k stars 275 forks source link

vterm does not start with evil colection #779

Closed attamhb closed 7 months ago

attamhb commented 7 months ago

I am unable to start vterm, while using evil-mode in emacs.

I get the following message!

evil-collection-require: Loading file /home/atta/.config/emacs/elpa/evil-collection-20240205.144/modes/vterm/evil-collection-vterm.elc failed to provide feature ‘evil-collection-vterm’ Any help would be greatly appreciated!

Stebalien commented 7 months ago

Try running M-x package-recompile RET evil-collection RET.

attamhb commented 7 months ago

Thanks for the reply! A couple of day ago, I switched from package.el to straight.el for all the packages in my emacs configuration. vterm is working now.