[multi-frame] Add binding to open magit in a separate frame

master
Jacopo De Simoi 10 months ago
parent 11c45bbe01
commit 42d8b24907
  1. 2
      global.org

@ -3055,6 +3055,8 @@
#+begin_src emacs-lisp #+begin_src emacs-lisp
(require 'magit) (require 'magit)
(global-set-key (kbd "C-x g") 'magit-status) (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 #+end_src
Customize the sections in ~magit-status~ by adding modules overview Customize the sections in ~magit-status~ by adding modules overview
and untracked files. and untracked files.

Loading…
Cancel
Save