From 42d8b0599bfd1417eebf4d8153c555b415facb73 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 21 Jun 2020 19:32:17 +0100 Subject: emacs: Enable Magit --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 516f329..22a791d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -39,6 +39,9 @@ (add-to-list 'ido-ignore-files ".DS_Store") (add-to-list 'magic-mode-alist '("#compdef .+" . sh-mode)) +(require 'magit) +(require 'evil-magit) + (global-set-key (kbd "") 'other-window) (global-set-key (kbd "") 'other-frame) (global-set-key (kbd "C-x C-b") 'ibuffer) -- cgit v1.2.3-70-g09d2