all repos — nixfiles @ 9499ba6479c2327f9dd5934d4363b7208d448e3d

System and user configuration, managed by nix and home-manager

Emacs: choose magit extensions based upon git configuration

Alan Pearce
commit

9499ba6479c2327f9dd5934d4363b7208d448e3d

parent

013d5edee83289778828c39a1efd43b19843bde6

1 file changed, 2 insertions(+), 1 deletion(-)

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"