From 6a418f791a153951437596103c7695edae2474e9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 29 Sep 2013 21:20:50 +0100 Subject: Emacs: install and enable diff-hl-mode --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 769c703..618e718 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -775,6 +775,10 @@ Also returns nil if pid is nil." :config (progn (setq vc-follow-symlinks t))) +(use-package diff-hl + :ensure t + :init (global-diff-hl-mode)) + (use-package magit :commands (magit-status) :bind (("C-x g" . magit-status) -- cgit 1.4.1