summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-08 15:40:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-08 15:47:42 -0700
commit31aada2d0994881b143549d9f0c15cc754c392cc (patch)
tree1f0cf95c02cf0f3541d3fa7f8ec46abd9ee51a4f
parent8eee55cfc9ac95a34d779e8688918c4df9927ae3 (diff)
downloaddotfiles-31aada2d0994881b143549d9f0c15cc754c392cc.tar.gz
set magit-diff-refine-hunk
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4cc40366..278cfea6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -214,6 +214,7 @@ that's something we can determine.")
'(imenu-auto-rescan t)
'(kill-read-only-ok t)
'(lisp-indent-function 'common-lisp-indent-function)
+ '(magit-diff-refine-hunk 'all)
'(mail-user-agent 'notmuch-user-agent)
'(message-citation-line-format "On %a %d %b %Y at %I:%M%p %Z, %N wrote:\12")
'(message-citation-line-function 'message-insert-formatted-citation-line)