From cd232cd0f3790272ba17fabd2399f4069854e192 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 12 Apr 2024 10:05:21 +1200 Subject: [PATCH] emacs: move magit binds to magit section --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 059957a..08ff601 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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