Do not function-quote in db/frequently-used-features

Apparently, this does not match with the `function' requirement of the
customization type definition.
This commit is contained in:
Daniel - 2020-09-19 14:05:31 +02:00
parent a576ef123d
commit 0aa8140e22
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ in the main agenda view."
'(("Mail" ?m db/gnus)
("Agenda" ?a db/org-agenda)
("Init File" ?i db/find-user-init-file)
("Main Org File" ?o #'(lambda () (interactive) (find-file db/org-default-org-file)))
("Main Org File" ?o (lambda () (interactive) (find-file db/org-default-org-file)))
("EMMS" ?M emms)
("Shell" ?s db/run-or-hide-shell)
("EShell" ?e db/run-or-hide-eshell)