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