diff --git a/site-lisp/db-customize.el b/site-lisp/db-customize.el index 25deaf7..82cc99d 100644 --- a/site-lisp/db-customize.el +++ b/site-lisp/db-customize.el @@ -140,11 +140,11 @@ 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) - ("Refile File" ?r #'(lambda () (interactive) (find-file db/org-default-refile-file))) + ("Refile File" ?r (lambda () (interactive) (find-file db/org-default-refile-file))) ("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox) ("Info Lookup" ?I info-lookup-symbol) ("Unicode Lookup" ?U insert-char)