mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2021-07-17 4b91a380ac03a646d41fcd6f6cc3e2aa9b616210
Fixed typo
1 files modified
2 ■■■ changed files
config.org 2 ●●● patch | view | raw | blame | history
config.org
@@ -818,7 +818,7 @@
    (setq lsp-keymap-prefix "C-c l")
    :commands lsp
    :config
    (add-hook lsp-mode-hook lsp-enable-which-key-integration)
    (add-hook 'lsp-mode-hook 'lsp-enable-which-key-integration)
    (setq read-process-output-max (* 1024 1024))
    (setq lsp-completion-provider :capf)
    (setq lsp-keep-workspace-alive 'nil)