summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-21 14:30:11 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-21 14:30:11 -0700
commitb4925785dc5e10726b08b3d8c1af60aae0da4560 (patch)
tree5119d8faeccea301c9f5c9d9b2ea8c9e03c2de1b
parent457a83af38518e8a2da36577928f7b73a494500e (diff)
downloaddotfiles-b4925785dc5e10726b08b3d8c1af60aae0da4560.tar.gz
set diff-font-lock-prettify
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index d800b7fd..08155f77 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -797,6 +797,8 @@ add places the library might be available to `load-path'."
recent-tab-old-time)
(setq recent-tab-old-time next-tab-old-time)))))
+(setq diff-font-lock-prettify t)
+
(global-so-long-mode 1)