Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-05 15:20:12 +02:00
parent e07753d8fa
commit b4859f807a

View file

@ -238,6 +238,9 @@ Eglot is a built in LSP client for Emacs. I prefer it to LSP as it's more lightw
:hook ((tsx-ts-mode . eglot-ensure)
(typescript-ts-mode . eglot-ensure)))
(setq-default eglot-workspace-configuration '(:typescript (:format (:indentSize 2
:convertTabsToSpaces t
:semicolons "remove"))))
;; makes eglot faster using a rust wrapper, needs to be in PATH
(use-package eglot-booster
:vc (:fetcher github :repo jdtsmith/eglot-booster)