Skip to content

Commit

Permalink
fix warning in customization type
Browse files Browse the repository at this point in the history
  • Loading branch information
gunther-bachmann committed Nov 21, 2023
1 parent 7ab83bf commit c6e2f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dired-annotator.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
(defcustom dired-annotator-modeline
'(:eval (dired-annotator-modeline-function))
"element that is added to the modeline"
:type 'list
:type '(sexp)
:group 'dired-annotator)

(defcustom dired-annotator-after-icon-shown-hook '()
Expand Down

0 comments on commit c6e2f56

Please sign in to comment.