@ -3055,6 +3055,8 @@
#+begin_src emacs-lisp
(require 'magit)
(global-set-key (kbd "C-x g") 'magit-status)
(global-set-key (kbd "C-x 5 g") (lambda () (interactive) (select-frame (make-frame)) (magit-status) (delete-other-windows)))
#+end_src
Customize the sections in ~magit-status~ by adding modules overview
and untracked files.