diff --git a/config.org b/config.org index a66b43d..06af4f8 100644 --- a/config.org +++ b/config.org @@ -345,21 +345,6 @@ '("~/org" "~/org/zet/daily" "~/.emacs.d/config.org")) #+end_src -* Version Control -** Git - =magit= is truly a wonderful creation! Only deviations from defaults - here are a keybinding for =magit-status= and a maximum length for the - summary line of commit messages (after which the excess is - highlighted). - - #+begin_src emacs-lisp - (use-package magit - :bind - ("C-x g" . magit-status) - :config - (setq git-commit-summary-max-length 72)) - #+end_src - * Language Integrations ** Generic Generally, 8-character-wide tabs are not my thing. @@ -756,6 +741,19 @@ #+end_src * Tool Integrations +** Git + =magit= is truly a wonderful creation! Add keybinding for + =magit-status= and a maximum length for the summary line of commit + messages (after which the excess is highlighted). + + #+begin_src emacs-lisp + (use-package magit + :bind + ("C-x g" . magit-status) + :config + (setq git-commit-summary-max-length 72)) + #+end_src + ** Docker I use docker quite a lot, unfortunately, so it's nice to be able to spawn containers etc from Emacs. The =docker= package provides a