Enable rust in eglot

This commit is contained in:
Marcus Kammer 2021-04-20 18:41:39 +02:00
parent 637f8d4f82
commit 67cce701cf

View file

@ -132,7 +132,8 @@ There are two things you can do about this warning:
("shell" . sh)
("C" . c)
("sqlite" . sql)
("plantuml" . plantuml)))
("plantuml" . plantuml)
("rust" . rust)))
org-use-property-inheritance nil
org-export-with-sub-superscripts nil
org-capture-templates (quote
@ -159,7 +160,8 @@ There are two things you can do about this warning:
(calc . t)
(plantuml . t)
(C . t)
(dot . t)))))
(dot . t)
(rust . t)))))
(use-package helpful