emacs-vdiff-magit icon indicating copy to clipboard operation
emacs-vdiff-magit copied to clipboard

When requiring this package, I get "Lisp error: (void variable vdiff-magit)"

Open OskarSigvardsson opened this issue 5 years ago • 0 comments

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: https://github.com/justbur/emacs-vdiff-magit/commit/b4a0407fc4af76ce2740a127baee9d95c23ee645#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.

OskarSigvardsson avatar Apr 08 '19 14:04 OskarSigvardsson