diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 769c703b..618e718b 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) |