Update init so git-gutter and linum work together
This commit is contained in:
parent
5fdf2b7e9e
commit
638ea479f1
1
init.el
1
init.el
@ -346,6 +346,7 @@ Version 2016-02-16"
|
|||||||
(setq projectile-completion-system 'helm)
|
(setq projectile-completion-system 'helm)
|
||||||
(helm-projectile-on)
|
(helm-projectile-on)
|
||||||
(global-git-gutter-mode t)
|
(global-git-gutter-mode t)
|
||||||
|
(git-gutter:linum-setup)
|
||||||
|
|
||||||
(require 'multiple-cursors)
|
(require 'multiple-cursors)
|
||||||
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
|
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
|
||||||
|
Loading…
Reference in New Issue
Block a user