emacs: move magit binds to magit section
This commit is contained in:
parent
94eb4246c7
commit
cd232cd0f3
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,8 @@
|
||||||
(global-undo-tree-mode)
|
(global-undo-tree-mode)
|
||||||
(evil-set-undo-system 'undo-tree)
|
(evil-set-undo-system 'undo-tree)
|
||||||
|
|
||||||
;; key binds
|
;; basic key binds
|
||||||
(global-set-key (kbd "C-`") 'other-window)
|
(global-set-key (kbd "C-`") 'other-window)
|
||||||
(global-set-key (kbd "C-c b") 'magit-blame)
|
|
||||||
(global-set-key (kbd "C-c c") 'compile)
|
(global-set-key (kbd "C-c c") 'compile)
|
||||||
(global-set-key (kbd "C-c r") 'recompile)
|
(global-set-key (kbd "C-c r") 'recompile)
|
||||||
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
(global-set-key (kbd "C-c k") 'kill-current-buffer)
|
||||||
|
@ -152,6 +151,7 @@
|
||||||
|
|
||||||
;; magit
|
;; magit
|
||||||
(package-install 'magit)
|
(package-install 'magit)
|
||||||
|
(global-set-key (kbd "C-c b") 'magit-blame)
|
||||||
|
|
||||||
;; fonts
|
;; fonts
|
||||||
(let
|
(let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue