Browse Source

Setup magit things

master
Raphael Roberts 6 years ago
parent
commit
43309b1959
  1. 7
      settings.org

7
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

Loading…
Cancel
Save