diff --git a/global.org b/global.org index c0087f4..c752a7b 100644 --- a/global.org +++ b/global.org @@ -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.