summaryrefslogtreecommitdiff
path: root/fnl/plugins/orgmode.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/orgmode.fnl')
-rw-r--r--fnl/plugins/orgmode.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl
index 5415be2..cb94462 100644
--- a/fnl/plugins/orgmode.fnl
+++ b/fnl/plugins/orgmode.fnl
@@ -16,12 +16,12 @@
:desc "Search headings"}])
(local user-cmds [[:OrgAgendaPrompt
- (lambda []
+ (λ []
(let [orgmode (require :orgmode)]
(orgmode.action :agenda.prompt)))
{:nargs 0}]
[:OrgCapturePrompt
- (lambda []
+ (λ []
(let [orgmode (require :orgmode)]
(orgmode.action :capture.prompt)))
{:nargs 0}]])