Browse Source

Magit now configures git config mode when it is activated

master
Raphael Roberts 6 years ago
parent
commit
9cd2e5d8e7
  1. 7
      settings.org

7
settings.org

@ -9,9 +9,10 @@
** Magit
#+BEGIN_SRC emacs-lisp
(use-package magit
:bind (("C-x g" . magit-status)))
(use-package git-commit
:hook (git-commit-setup . git-commit-turn-on-flyspell))
:bind (("C-x g" . magit-status))
:config
(use-package git-commit
:hook (git-commit-setup . git-commit-turn-on-flyspell)))
#+END_SRC
** Python
*** Platform specific

Loading…
Cancel
Save