diff options
| -rw-r--r-- | emacs/init.el | 3 |
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) |
