diff --git a/site-modules/core/files/emacs/init.el b/site-modules/core/files/emacs/init.el index 71b296c..68d5e25 100644 --- a/site-modules/core/files/emacs/init.el +++ b/site-modules/core/files/emacs/init.el @@ -111,6 +111,10 @@ "b" '(:ignore t :which-key "Buffers") "bd" 'kill-this-buffer "bb" 'counsel-switch-buffer + ;; LSP actions + "l" '(:ignore t :which-key "LSP") + "lr" 'lsp-workspace-restart + "la" 'lsp-execute-code-action ;; Projects "p" '(:ignore t :which-key "Projects") "p SPC" 'counsel-projectile