chiark / gitweb /
el/dot-emacs.el: Split the Magit configuration into its own section.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 00:08:07 +0000 (01:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 13:58:41 +0000 (14:58 +0100)
el/dot-emacs.el

index 7cd9886cd35ccb873675dd2274e5c4fbb48d5385..704c4868c145243a72228aa1c6c6f822ebb11073 100644 (file)
@@ -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)