emacs: move magit binds to magit section

This commit is contained in:
Jeremy Baxter 2024-04-12 10:05:21 +12:00
parent 94eb4246c7
commit cd232cd0f3

View file

@ -19,9 +19,8 @@
(global-undo-tree-mode)
(evil-set-undo-system 'undo-tree)
;; key binds
;; basic key binds
(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 r") 'recompile)
(global-set-key (kbd "C-c k") 'kill-current-buffer)
@ -152,6 +151,7 @@
;; magit
(package-install 'magit)
(global-set-key (kbd "C-c b") 'magit-blame)
;; fonts
(let