all repos — nixfiles @ 6a418f791a153951437596103c7695edae2474e9

System and user configuration, managed by nix and home-manager

Emacs: install and enable diff-hl-mode

Alan Pearce
commit

6a418f791a153951437596103c7695edae2474e9

parent

a4c0bc93085ff47092115fdf8c9cc1ac7dc70eab

1 file 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)