From 2d0513a168193177ef13bb8ef2c877796a3c45b6 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:35 +0000 Subject: [PATCH] Move Git section under "Tool Integrations" --- config.org | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) 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