summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-27 01:37:03 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-12-27 01:37:03 +0100
commita52d588c33b4746b95e16c52e85f8b1bf373b371 (patch)
tree943b7b05f32d29e9d7b5f54a62e8f224e2acab5a /fnl/config/which-key.fnl
parent54493eb7e02723c8da470eb3a8da35c6660dac9f (diff)
Add telescope orgmode plugin
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r--fnl/config/which-key.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index c2c0efc..3be9a7f 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -171,7 +171,8 @@
(def- gmappings
{:a [:<cmd>OrgAgendaPrompt<cr> "Open agenda prompt"]
- :c [:<cmd>OrgCapturePrompt<cr> "Open capture prompt"]})
+ :c [:<cmd>OrgCapturePrompt<cr> "Open capture prompt"]
+ :m ["<cmd>Telescope orgmode search_headings theme=dropdown<cr>" "Search Headings"]})
(let [which-key (util.prequire :which-key)]
(which-key.setup setup)