Enable rust in eglot
This commit is contained in:
parent
637f8d4f82
commit
67cce701cf
1 changed files with 4 additions and 2 deletions
|
@ -132,7 +132,8 @@ There are two things you can do about this warning:
|
||||||
("shell" . sh)
|
("shell" . sh)
|
||||||
("C" . c)
|
("C" . c)
|
||||||
("sqlite" . sql)
|
("sqlite" . sql)
|
||||||
("plantuml" . plantuml)))
|
("plantuml" . plantuml)
|
||||||
|
("rust" . rust)))
|
||||||
org-use-property-inheritance nil
|
org-use-property-inheritance nil
|
||||||
org-export-with-sub-superscripts nil
|
org-export-with-sub-superscripts nil
|
||||||
org-capture-templates (quote
|
org-capture-templates (quote
|
||||||
|
@ -159,7 +160,8 @@ There are two things you can do about this warning:
|
||||||
(calc . t)
|
(calc . t)
|
||||||
(plantuml . t)
|
(plantuml . t)
|
||||||
(C . t)
|
(C . t)
|
||||||
(dot . t)))))
|
(dot . t)
|
||||||
|
(rust . t)))))
|
||||||
|
|
||||||
|
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
|
|
Loading…
Add table
Reference in a new issue