From 43309b1959bff8c512305559904778c47398ecf8 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 20 Sep 2019 17:15:17 -0500 Subject: [PATCH] Setup magit things --- settings.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/settings.org b/settings.org index a3390d2..684ee9a 100644 --- a/settings.org +++ b/settings.org @@ -6,6 +6,13 @@ * Major modes ** Java ** JavaScript +** 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)) +#+END_SRC ** Python *** Platform specific #+BEGIN_SRC emacs-lisp