Fix lsp-command-map binding

This commit is contained in:
David Morgan 2021-09-04 17:00:53 +01:00
parent 945eca786b
commit 5cc2f2ed49
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
(use-package lsp-mode
:diminish
:hook (clojure-mode . lsp)
:init
:config
(if (eq system-type 'darwin)
(setq lsp-keymap-prefix "s-l")
(setq lsp-keymap-prefix "C-c C-l"))
:config
(define-key lsp-mode-map (kbd lsp-keymap-prefix) lsp-command-map)
(diminish 'lsp-lens-mode)
(setq read-process-output-max (* 1024 1024)
lsp-ui-sideline-enable t