Update init so git-gutter and linum work together

This commit is contained in:
Gergely Polonkai 2016-09-20 10:55:21 +02:00
parent 5fdf2b7e9e
commit 638ea479f1
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ Version 2016-02-16"
(setq projectile-completion-system 'helm)
(helm-projectile-on)
(global-git-gutter-mode t)
(git-gutter:linum-setup)
(require 'multiple-cursors)
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)