summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-23 22:03:07 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-03-23 22:03:07 +0100
commit8ba47813679ccf657658b8b2ea0bfe18fbe4e8f8 (patch)
tree9db03768bb1139eefecdd72ba9a3699556ccca58
parent0db5d7aa098cec538ad0006c96a0a6b6bc159262 (diff)
fix(whichkey): orgmode c
-rw-r--r--lua/config/whichkey.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua
index 645a1e4..f68cdc9 100644
--- a/lua/config/whichkey.lua
+++ b/lua/config/whichkey.lua
@@ -178,7 +178,7 @@ local mappings = {
o = {
name = "Orgmode",
a = {"<cmd>lua require('orgmode').action('agenda.prompt')", "Open agenda prompt"},
- o = {"<cmd>lua require('orgmode').action('capture.prompt')", "Open capture prompt"},
+ c = {"<cmd>lua require('orgmode').action('capture.prompt')", "Open capture prompt"},
},
r = {