Bind magit-status to C-x g
This commit is contained in:
parent
18fcc7451e
commit
e3965258b7
4
init.el
4
init.el
|
@ -41,3 +41,7 @@
|
||||||
(let ((browse-url-browser-function 'browse-url-firefox))
|
(let ((browse-url-browser-function 'browse-url-firefox))
|
||||||
(browse-url url)))
|
(browse-url url)))
|
||||||
(setq flymd-browser-open-function 'my-flymd-browser-function)
|
(setq flymd-browser-open-function 'my-flymd-browser-function)
|
||||||
|
|
||||||
|
; Magit configuration.
|
||||||
|
(global-set-key (kbd "C-x g") 'magit-status)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue