Skip to content

Commit c1cecb2

Browse files
committed
diff-hl-margin-symbols-alist: Add the new symbol to :type
Also #245
1 parent 95e2b66 commit c1cecb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diff-hl-margin.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"Associative list from symbols to strings."
8787
:type '(alist :key-type symbol
8888
:value-type string
89-
:options (insert delete change unknown ignored))
89+
:options (insert delete change unknown ignored reference))
9090
:set (lambda (symbol value)
9191
(defvar diff-hl-margin-spec-cache)
9292
(set-default symbol value)

0 commit comments

Comments
 (0)