diff --git a/init.el b/init.el index c925113..c075ad8 100644 --- a/init.el +++ b/init.el @@ -26,6 +26,7 @@ ;; global keybindings (global-set-key (kbd "C-k") 'previous-line) (global-set-key (kbd "C-j") 'next-line) +(global-set-key (kbd "C-RET") 'lsp-execute-code-action) ;; package manager (require 'package)