Final touchs for eglot configuration.

This commit is contained in:
kj
2022-11-19 13:59:47 -04:00
parent f696234932
commit 42e325db91
3 changed files with 14 additions and 7 deletions

View File

@ -12,6 +12,8 @@
:straight t
:mode
("\\.js$" . js-mode)
:hook
(js-mode . eglot-ensure)
:config
(setq js-indent-level 2))