[Emacs] Simplify lsp-treemacs config, replace obsolete command
This commit is contained in:
parent
b810990611
commit
0e4c6c6c4b
@ -6194,10 +6194,7 @@ And let’s enable some intergration with ~ivy~.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package lsp-treemacs
|
(use-package lsp-treemacs
|
||||||
:defer t
|
:defer t
|
||||||
:straight (:build t)
|
:straight (:build t))
|
||||||
:requires treemacs
|
|
||||||
:config
|
|
||||||
(treemacs-resize-icons 15))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+name: treemacs-keybinds
|
#+name: treemacs-keybinds
|
||||||
@ -6220,7 +6217,7 @@ And let’s enable some intergration with ~ivy~.
|
|||||||
| lD | treemacs-collapse-lsp-treemacs-deps | |
|
| lD | treemacs-collapse-lsp-treemacs-deps | |
|
||||||
| lS | treemacs-collapse-lsp-symbol | |
|
| lS | treemacs-collapse-lsp-symbol | |
|
||||||
| p | | projects |
|
| p | | projects |
|
||||||
| pa | treemacs-add-project | |
|
| pa | treemacs-add-project-to-workspace | |
|
||||||
| pf | treemacs-project-follow-mode | |
|
| pf | treemacs-project-follow-mode | |
|
||||||
| pn | treemacs-project-of-node | |
|
| pn | treemacs-project-of-node | |
|
||||||
| pp | treemacs-project-at-point | |
|
| pp | treemacs-project-at-point | |
|
||||||
|
Loading…
Reference in New Issue
Block a user