Move Git section under "Tool Integrations"
This commit is contained in:
parent
b052ef3e04
commit
2d0513a168
28
config.org
28
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user