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.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index c98609d..39dcdcf 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -52,7 +52,7 @@
:nowait true})
(def- mappings {
- :k [ '<cmd>lua require("Comment.api").toggle_current_linewise()<CR>' "Comment" ]
+ :k [ "<cmd>lua require('Comment.api').toggle_current_linewise()<CR>" "Comment" ]
:a [ "<cmd>Alpha<cr>" "Alpha" ]
:b [
"<cmd>lua require('telescope.builtin').buffers(require('telescope.themes').get_dropdown{previewer false})<cr>"