summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r--fnl/config/which-key.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index 2fa2d5b..fdd76b5 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -117,9 +117,9 @@
"Workspace Symbols"]})
(def- org {:name :Orgmode
- :a ["<cmd>lua require('orgmode').action('agenda.prompt')"
+ :a ["<cmd>lua require('orgmode').action('agenda.prompt')<cr>"
"Open agenda prompt"]
- :c ["<cmd>lua require('orgmode').action('capture.prompt')"
+ :c ["<cmd>lua require('orgmode').action('capture.prompt')<cr>"
"Open capture prompt"]})
(def- packer {:name :Packer