all repos — archive/dotfiles @ 9499ba6479c2327f9dd5934d4363b7208d448e3d

Superseded by nixfiles

Emacs: choose magit extensions based upon git configuration
Alan Pearce alan@alanpearce.co.uk
Mon, 29 Apr 2013 15:12:52 +0100
commit

9499ba6479c2327f9dd5934d4363b7208d448e3d

parent

013d5edee83289778828c39a1efd43b19843bde6

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -662,7 +662,8 @@ (setq vc-follow-symlinks t))) 
 (use-package magit
   :commands (magit-status)
-  :bind (("C-x g" . magit-status)))
+  :bind (("C-x g" . magit-status))
+  :init (add-hook 'magit-mode-hook #'magit-load-config-extensions))
 
 ;;;; Spelling
 (setq ispell-program-name "aspell"