Skip to content

Commit c8db0f6

Browse files
committed
add suggested global magit key-bindings
1 parent dcc4098 commit c8db0f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

starter-kit-misc.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Determine whether required packages are installed. If not, use ELPA to
1212
install them. Other dependencies are provided by Emacs 24.
1313
#+begin_src emacs-lisp
1414
(starter-kit-install-if-needed 'magit)
15+
(global-set-key (kbd "C-x g") 'magit-status)
16+
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
1517
#+end_src
1618

1719
** Color Themes

0 commit comments

Comments
 (0)