Skip to content

Commit 9542f41

Browse files
sunlin7bcc32
authored andcommitted
[version-control] Document how to disable diff-hl
1 parent 3c14fea commit 9542f41

File tree

1 file changed

+1
-1
lines changed
  • layers/+source-control/version-control

1 file changed

+1
-1
lines changed

layers/+source-control/version-control/config.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
(spacemacs|defc version-control-diff-tool 'diff-hl
3232
"Options are `diff-hl' (the preferred choice) or `git-gutter' to show
33-
version-control markers."
33+
version-control markers, `nil' to disable this feature."
3434
'(choice (const diff-hl) (const git-gutter) nil))
3535

3636
(spacemacs|defc version-control-diff-side 'right

0 commit comments

Comments
 (0)