diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 16:48:04 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 16:48:04 +0200 |
| commit | 1964d2921019c3502289f06eaa964c9a14aa4f58 (patch) | |
| tree | c1973100b58d0ce03fb53f9e56b19f2a90b966e1 | |
| parent | 0d51a0870eb5d0d2085fbcd65a4e3065a34dec62 (diff) | |
Emacs: lsp: Explicitly bind "s-l" keymap
| -rw-r--r-- | dot.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
