Change key map prefix for LSP-mode

The super key is used by my window manager.
This commit is contained in:
Daniel - 2021-04-22 15:29:32 +02:00
parent 59fb5f3855
commit 02085570e6
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -1481,7 +1481,8 @@
(use-package lsp-mode
:ensure t
:commands (lsp))
:init (setq lsp-keymap-prefix "C-c C-l")
:commands (lsp lsp-deferred))
;; * Mail