dot/emacs: Turn on Magit extensions based on Git config.
[profile] / dot / emacs
index fbfd3db..54bb325 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
@@ -60,6 +60,7 @@
      (setq vc-handled-backends (cons 'GIT vc-handled-backends)))
 
 (setq magit-log-cutoff-length 512)
+(add-hook 'magit-mode-hook 'magit-load-config-extensions)
 
 (trap (or mdw-fast-startup (require 'p4)))