- make the blank session cleanup system optionally fetch full message histories for each session to better judge if it's blank - make a command that does the deep clean, keep the clean that happens on new session creation shallow
11 lines
434 B
EmacsLisp
11 lines
434 B
EmacsLisp
((typescript-ts-mode
|
|
. ((eglot-workspace-configuration
|
|
. (:typescript.format (:indentSize 2
|
|
:tabSize 2
|
|
:convertTabsToSpaces t
|
|
:semicolons "remove")
|
|
:javascript.format (:indentSize 2
|
|
:tabSize 2
|
|
:convertTabsToSpaces t
|
|
:semicolons "remove"))))))
|