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 95e2b66 commit c1cecb2Copy full SHA for c1cecb2
1 file changed
diff-hl-margin.el
@@ -86,7 +86,7 @@
86
"Associative list from symbols to strings."
87
:type '(alist :key-type symbol
88
:value-type string
89
- :options (insert delete change unknown ignored))
+ :options (insert delete change unknown ignored reference))
90
:set (lambda (symbol value)
91
(defvar diff-hl-margin-spec-cache)
92
(set-default symbol value)
0 commit comments