We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c14fea commit 9542f41Copy full SHA for 9542f41
layers/+source-control/version-control/config.el
@@ -30,7 +30,7 @@
30
31
(spacemacs|defc version-control-diff-tool 'diff-hl
32
"Options are `diff-hl' (the preferred choice) or `git-gutter' to show
33
-version-control markers."
+version-control markers, `nil' to disable this feature."
34
'(choice (const diff-hl) (const git-gutter) nil))
35
36
(spacemacs|defc version-control-diff-side 'right
0 commit comments