summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-14 12:40:37 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-14 12:40:37 -0500
commit6f9b5ac9c8972baa62bc2865b194d88a19ffcfe7 (patch)
tree839fb6cf26d5e5420683cd61ff823cd8dc2db313 /init.el
parent8e3e6ed94757545a6b784f94da6d91c6c6bf3d8d (diff)
downloademacs.d-6f9b5ac9c8972baa62bc2865b194d88a19ffcfe7.tar.gz
diff: Truncate long lines
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index d69d8fb..68d4d5e 100644
--- a/init.el
+++ b/init.el
@@ -1423,7 +1423,8 @@
:defer t
:config
(setq diff-command "/bin/diff"
- diff-switches "-u"))
+ diff-switches "-u")
+ (add-hook 'diff-mode-hook #'toggle-truncate-lines))
(use-package ediff
:defer t