From c63bce813fe835108680a75c9ffa9d790e36c9b3 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 15 Jul 2017 01:08:07 +0100 Subject: [PATCH] el/dot-emacs.el: Split the Magit configuration into its own section. Organization: Straylight/Edgeware From: Mark Wooding --- el/dot-emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 7cd9886..704c486 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -3690,6 +3690,9 @@ (defun git-grep (command-args) git-grep-command 'git-grep-history))) (grep command-args)) +;;;-------------------------------------------------------------------------- +;;; Magit configuration. + (setq magit-diff-refine-hunk 'all magit-view-git-manual-method 'man magit-log-margin '(nil age magit-log-margin-width t 18) -- [mdw]