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
Hi! As the title says, when running (require 'vdiff-magit) after installing it, I get this error: Lisp error: (void-variable vdiff-magit). Also happens when i do (use-package vdiff-magit :ensure t), since that presumably runs a (require vdiff-magit) internally. I've tried running with emacs -Q, same thing.
I'm very much a beginner with emacs, but my very strong suspicion is that this line is the cause: b4a0407#diff-77d43ced2e308e54e3f02bb899392921R99 It seems like "vdiff-magit" has become "magit-vdiff" by accident.
Running emacs 26.1 on Arch Linux (actually, technically, I'm running it on Arch running under Windows Subsystem for Linux) if that makes a difference.
The text was updated successfully, but these errors were encountered:
Hi! As the title says, when running
(require 'vdiff-magit)
after installing it, I get this error:Lisp error: (void-variable vdiff-magit)
. Also happens when i do(use-package vdiff-magit :ensure t)
, since that presumably runs a(require vdiff-magit)
internally. I've tried running withemacs -Q
, same thing.I'm very much a beginner with emacs, but my very strong suspicion is that this line is the cause: b4a0407#diff-77d43ced2e308e54e3f02bb899392921R99 It seems like
"vdiff-magit"
has become"magit-vdiff"
by accident.Running emacs 26.1 on Arch Linux (actually, technically, I'm running it on Arch running under Windows Subsystem for Linux) if that makes a difference.
The text was updated successfully, but these errors were encountered: