mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Merge pull request #708 from mattly-cambia/develop
Look for the correct feature name for org+rest
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
(package! ob-go))
|
(package! ob-go))
|
||||||
(when (featurep! :lang rust)
|
(when (featurep! :lang rust)
|
||||||
(package! ob-rust))
|
(package! ob-rust))
|
||||||
(when (featurep! :lang restclient)
|
(when (featurep! :lang rest)
|
||||||
(package! ob-restclient))
|
(package! ob-restclient))
|
||||||
(when (featurep! :lang crystal)
|
(when (featurep! :lang crystal)
|
||||||
(package! ob-crystal))
|
(package! ob-crystal))
|
||||||
|
Reference in New Issue
Block a user