all repos — archive/dotfiles @ 6a418f791a153951437596103c7695edae2474e9

Superseded by nixfiles

Emacs: install and enable diff-hl-mode
Alan Pearce alan@alanpearce.co.uk
Sun, 29 Sep 2013 21:20:50 +0100
commit

6a418f791a153951437596103c7695edae2474e9

parent

a4c0bc93085ff47092115fdf8c9cc1ac7dc70eab

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -775,6 +775,10 @@ (use-package vc   :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)