Skip to content

Commit

Permalink
bind magit status to C-x g
Browse files Browse the repository at this point in the history
  • Loading branch information
PalaceChan committed Apr 8, 2018
1 parent 010690f commit 7610c0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.org
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ to launch applications from exwm
#+END_SRC
* magit
#+BEGIN_SRC emacs-lisp
(use-package magit :ensure t)
(use-package magit :ensure t
:bind
("C-x g" . magit-status))
#+END_SRC
* ess
#+BEGIN_SRC emacs-lisp
Expand Down

0 comments on commit 7610c0d

Please sign in to comment.