[Emacs] Simplify lsp-treemacs config, replace obsolete command

This commit is contained in:
Lucien Cartier-Tilet 2023-03-10 15:30:17 +01:00
parent b810990611
commit 0e4c6c6c4b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 5 deletions

View File

@ -6194,10 +6194,7 @@ And lets enable some intergration with ~ivy~.
#+begin_src emacs-lisp
(use-package lsp-treemacs
:defer t
:straight (:build t)
:requires treemacs
:config
(treemacs-resize-icons 15))
:straight (:build t))
#+end_src
#+name: treemacs-keybinds
@ -6220,7 +6217,7 @@ And lets enable some intergration with ~ivy~.
| lD | treemacs-collapse-lsp-treemacs-deps | |
| lS | treemacs-collapse-lsp-symbol | |
| p | | projects |
| pa | treemacs-add-project | |
| pa | treemacs-add-project-to-workspace | |
| pf | treemacs-project-follow-mode | |
| pn | treemacs-project-of-node | |
| pp | treemacs-project-at-point | |