summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-06-21 19:32:17 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-06-21 20:09:06 +0100
commit42d8b0599bfd1417eebf4d8153c555b415facb73 (patch)
treebeb4606bb9d48269668be0f695e21e89c35bda11 /emacs/init.el
parentf93cb403b87f6fc968121b8f832330a2a88bcd66 (diff)
emacs: Enable Magit
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
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 "<C-tab>") 'other-window)
(global-set-key (kbd "<C-M-tab>") 'other-frame)
(global-set-key (kbd "C-x C-b") 'ibuffer)