You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting Emacs, complain evil-digit-bound-motions is not declared.
It was deleted: emacs-evil/evil@040210a
Describe your attempts to resolve the issue
I think below line is no more needed.
(add-to-list'evil-digit-bound-motions'evil-multiedit-beginning-of-line) ; line 479
workaround:
(defvarevil-digit-bound-motionsnil"`evil-digit-bound-motions' was deleted.See, https://github.com/emacs-evil/evil/commit/040210af0b3c9000ff9e552855322a1d35cebcf3")
Steps to reproduce
Update evil pacakge
Exit emacs
Start emacs
Package commit
master
System Information
I use Fedora Linux 35 (Workstation Edition) x86_64
The text was updated successfully, but these errors were encountered:
What did you expect to happen?
No error when starting Emacs.
What actually happened?
When starting Emacs, complain
evil-digit-bound-motions
is not declared.It was deleted: emacs-evil/evil@040210a
Describe your attempts to resolve the issue
I think below line is no more needed.
workaround:
Steps to reproduce
evil
pacakgePackage commit
master
System Information
I use Fedora Linux 35 (Workstation Edition) x86_64
The text was updated successfully, but these errors were encountered: