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)
|
||||
("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
|
||||
|
|
Loading…
Add table
Reference in a new issue