tweak(vc-gutter): disable diff-hl-mode in pdf-view-mode
This commit is contained in:
parent
ded3f5ec83
commit
ff9c59df46
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ Respects `diff-hl-disable-on-remote'."
|
|||
:config
|
||||
(set-popup-rule! "^\\*diff-hl" :select nil :size '+popup-shrink-to-fit)
|
||||
|
||||
(setq diff-hl-global-modes '(not image-mode pdf-view-mode))
|
||||
;; PERF: A slightly faster algorithm for diffing.
|
||||
(setq vc-git-diff-switches '("--histogram"))
|
||||
;; PERF: Slightly more conservative delay before updating the diff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue