From b0b2aa0472a4a3d07da61f81a0aee3aee877224b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 7 Mar 2016 14:49:58 -0800 Subject: [PATCH] refine hunks and load magit-annex --- emacs_el/configuration/don-configuration.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 54230bf..ec96338 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -50,6 +50,13 @@ #+BEGIN_SRC emacs-lisp :tangle don-configuration.el ; don't verify where we are pushing (setq magit-push-always-verify nil) + ;; refine diffs always (hilight words) + (setq magit-diff-refine-hunk 'all) + ;; load magit-annex + (setq load-path + (append '("~/lib/emacs_el/magit-annex") + load-path)) + (require 'magit-annex) #+END_SRC ** Perl -- 2.39.2