diff --git a/modules/lsp/siren-helm-lsp.el b/modules/lsp/siren-helm-lsp.el index d8f1743..4936861 100644 --- a/modules/lsp/siren-helm-lsp.el +++ b/modules/lsp/siren-helm-lsp.el @@ -11,6 +11,7 @@ (use-package helm-lsp :bind + ("C-c '" . helm-lsp-workspace-symbol) ("C-c C-'" . helm-lsp-workspace-symbol)) (provide 'siren-helm-lsp)