branch: scratch/add-vdiff
commit c6e30a291b8b0f58f1406eff2137d77abf3a3dc5
Merge: 8daa391 25ec344
Author: Justin Burkett <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #9 from gvol/master
    
    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