perf(vc-gutter): diff-hl-update-async = t
Don't block Emacs when updating the gutter. Ref: #7923
This commit is contained in:
parent
081231b73f
commit
f2696d7302
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@
|
|||
(setq vc-git-diff-switches '("--histogram"))
|
||||
;; PERF: Slightly more conservative delay before updating the diff
|
||||
(setq diff-hl-flydiff-delay 0.5) ; default: 0.3
|
||||
;; PERF: don't block Emacs when updating vc gutter
|
||||
(setq diff-hl-update-async t)
|
||||
|
||||
;; UX: get realtime feedback in diffs after staging/unstaging hunks.
|
||||
(setq diff-hl-show-staged-changes nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue