Map magit-status to key
This commit is contained in:
parent
c1ae65f342
commit
8c7cf0e2cf
1 changed files with 8 additions and 0 deletions
|
|
@ -48,4 +48,12 @@
|
|||
(add-hook 'elpy-mode-hook 'flycheck-mode)
|
||||
(add-hook 'elpy-mode-hook 'py-autopep8-enable-on-save)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Magit (git) ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;TODO: define prefix key C-c m for Magit
|
||||
(global-set-key (kbd "C-c m s") 'magit-status)
|
||||
|
||||
|
||||
|
||||
(provide 'setup-coding)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue