mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
tweak(vc-gutter): disable diff-hl-mode in pdf-view-mode
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user