Remove unneeded entry in org-babel-tangle-lang-exts
Also the source of a regression (causing void-variable org-babel-tangle-lang-exts errors). Fixes #4970 Closes #4971
This commit is contained in:
parent
a7df1f76a4
commit
e68c83fd4e
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@
|
||||||
:init
|
:init
|
||||||
(after! org-src
|
(after! org-src
|
||||||
(defalias 'org-babel-execute:rust #'org-babel-execute:rustic)
|
(defalias 'org-babel-execute:rust #'org-babel-execute:rustic)
|
||||||
(add-to-list 'org-src-lang-modes '("rust" . rustic))
|
(add-to-list 'org-src-lang-modes '("rust" . rustic)))
|
||||||
(add-to-list 'org-babel-tangle-lang-exts '("rustic" . "rs")))
|
|
||||||
:config
|
:config
|
||||||
(setq rustic-indent-method-chain t)
|
(setq rustic-indent-method-chain t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue