summaryrefslogtreecommitdiff
path: root/modules/vc-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/vc-config.el')
-rw-r--r--modules/vc-config.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/vc-config.el b/modules/vc-config.el
index b9b61c29..141f6e17 100644
--- a/modules/vc-config.el
+++ b/modules/vc-config.el
@@ -125,10 +125,11 @@ interactive selection to jump to any changed line in the buffer."
;; -------------------------------- Difftastic ---------------------------------
;; Structural diffs for better git change visualization
+;; Requires: difft binary (installed via pacman -S difftastic)
(use-package difftastic
- :demand t
- :after magit
+ :defer t
+ :commands (difftastic-magit-diff difftastic-magit-show)
:bind (:map magit-blame-read-only-mode-map
("D" . difftastic-magit-show)
("S" . difftastic-magit-show))