summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 577791d..2953cdf 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -662,7 +662,8 @@ Also returns nil if pid is nil."
 
 (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"