diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-12 00:43:12 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-12 00:43:26 -0400 |
commit | df1c9bc88af9d0953ce24d91d25678a4794875e5 (patch) | |
tree | 6e5097012fa067b80c83670bb2d032c186b95edc | |
parent | fb078e63a2c28d971e294dc536326e4b300f1e7b (diff) | |
download | configs-df1c9bc88af9d0953ce24d91d25678a4794875e5.tar.gz configs-df1c9bc88af9d0953ce24d91d25678a4794875e5.tar.xz configs-df1c9bc88af9d0953ce24d91d25678a4794875e5.zip |
emacs: automatically load diff-hl
for git change indication in the fringe
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e1f1262..7c83bfb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -885,6 +885,7 @@ For disabling the behaviour for certain buffers and/or modes." ;; highlight uncommitted changes in the left fringe (use-package diff-hl + :defer 0.6 :config (setq diff-hl-draw-borders nil) (global-diff-hl-mode) |