From 1964d2921019c3502289f06eaa964c9a14aa4f58 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 26 Aug 2024 16:48:04 +0200 Subject: Emacs: lsp: Explicitly bind "s-l" keymap --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index f8489b3..0ce558f 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -111,6 +111,7 @@ (use-package lsp-mode :commands lsp + :bind-keymap ("s-l" . lsp-command-map) ;; https://emacs-lsp.github.io/lsp-mode/page/performance/ :init (setq read-process-output-max (* 1024 1024) ;; 1 MiB -- cgit v1.2.3