Bind magit-status to C-x g

This commit is contained in:
Kienan Stewart 2017-03-19 20:00:48 -04:00
parent 18fcc7451e
commit e3965258b7
1 changed files with 4 additions and 0 deletions

View File

@ -41,3 +41,7 @@
(let ((browse-url-browser-function 'browse-url-firefox))
(browse-url url)))
(setq flymd-browser-open-function 'my-flymd-browser-function)
; Magit configuration.
(global-set-key (kbd "C-x g") 'magit-status)