branch: scratch/add-vdiff
commit 25ec3444bde86db5dd019e515c6fa9a0132cf2fa
Author: Ivan Andrus <[email protected]>
Commit: Ivan Andrus <[email protected]>

    Require diff-mode so that diff-mode faces are available
---
 vdiff.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vdiff.el b/vdiff.el
index 3e94a7f..dd96296 100644
--- a/vdiff.el
+++ b/vdiff.el
@@ -51,6 +51,7 @@
 
 (require 'cl-lib)
 (require 'subr-x)
+(require 'diff-mode)
 
 (defgroup vdiff nil
   "Diff tool that is like vimdiff"

Reply via email to