Skip to content

Commit

Permalink
add suggested global magit key-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed Jul 10, 2015
1 parent dcc4098 commit c8db0f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starter-kit-misc.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Determine whether required packages are installed. If not, use ELPA to
install them. Other dependencies are provided by Emacs 24.
#+begin_src emacs-lisp
(starter-kit-install-if-needed 'magit)
(global-set-key (kbd "C-x g") 'magit-status)
(global-set-key (kbd "C-x M-g") 'magit-dispatch-popup)
#+end_src

** Color Themes
Expand Down

0 comments on commit c8db0f6

Please sign in to comment.