Merge pull request #2457 from RuijieYu/fix-defcustom-warnings

Fix defcustom type definitions
This commit is contained in:
Dirk-Jan C. Binnema
2023-04-01 19:14:46 +03:00
committed by GitHub
7 changed files with 26 additions and 9 deletions

View File

@ -46,7 +46,7 @@ searching, and allows users to modify the query.
For instance, we could change any instance of \"workmail\" into
\"maildir:/long-path-to-work-related-emails\", by setting the function
(setq mu4e-query-rewrite-function
\\=(setq mu4e-query-rewrite-function
(lambda(expr)
(replace-regexp-in-string \"workmail\"
\"maildir:/long-path-to-work-related-emails\" expr)))