]> git.donarmstrong.com Git - lib.git/commitdiff
refine hunks and load magit-annex
authorDon Armstrong <don@donarmstrong.com>
Mon, 7 Mar 2016 22:49:58 +0000 (14:49 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 7 Mar 2016 22:49:58 +0000 (14:49 -0800)
emacs_el/configuration/don-configuration.org

index 54230bfc15ee5e93b0d2918eb5ed69e16884dc91..ec96338842a7a8e335b2620b9ce167991a211f37 100644 (file)
 #+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