Skip to content

Commit

Permalink
fix(eglot): add rust-ts-mode to auto enable modes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 23, 2023
1 parent e75ba00 commit 9edfb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
(defcustom +eglot-auto-enable-modes
'(c++-mode c++-ts-mode c-mode c-ts-mode
python-mode python-ts-mode
rust-mode cmake-mode
rust-mode rust-ts-mode cmake-mode
js-mode js-ts-mode typescript-mode typescript-ts-mode
json-mode json-ts-mode js-json-mode)
"Modes for which Eglot can be automatically enabled by `+eglot-auto-enable'."
Expand Down

0 comments on commit 9edfb5c

Please sign in to comment.