From 638ea479f1e6beee7ad0b28da9604059a1113f8b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 20 Sep 2016 10:55:21 +0200 Subject: [PATCH] Update init so git-gutter and linum work together --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index ce766e0..fc7e26b 100644 --- a/init.el +++ b/init.el @@ -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)