From c6e2f564ca1a3832397d0ee71b629c8ce66650d4 Mon Sep 17 00:00:00 2001 From: Gunther Bachmann Date: Tue, 21 Nov 2023 19:21:39 +0100 Subject: [PATCH] fix warning in customization type --- dired-annotator.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dired-annotator.el b/dired-annotator.el index 09da6cf..352009b 100644 --- a/dired-annotator.el +++ b/dired-annotator.el @@ -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 '()