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
Emacs should start normally without any blocking errors.
Actual behavior
When opening Emacs in a newly created directory, I encounter (wrong-type-argument wholenump nil) on initialization and with every key binding, which renders the application unusable.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed soon if no further activity occurs. Thank you for your contribution and understanding!
Expected behavior
Emacs should start normally without any blocking errors.
Actual behavior
When opening Emacs in a newly created directory, I encounter
(wrong-type-argument wholenump nil)
on initialization and with every key binding, which renders the application unusable.Works fine when Initializing an empty repo
.git
.Steps to reproduce the problem
mkdir poc && cd $_
emacs -nw
Environment & Version information
The text was updated successfully, but these errors were encountered: