Update emacs.org

This commit is contained in:
Sako 2023-10-18 12:51:01 +04:00 committed by GitHub
parent 1b744fb0d4
commit 75c2a53e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -609,7 +609,8 @@ make sure to setup authinfo
:init
(setq lsp-keymap-prefix "C-c l")
:config
(lsp-enable-which-key-integration t))
(lsp-enable-which-key-integration t)
(setq lsp-keep-workspace-alive nil))
#+end_src
**** Lsp-ui
#+begin_src emacs-lisp