mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))
|
||||
(when (featurep! :lang rust)
|
||||
(package! ob-rust))
|
||||
(when (featurep! :lang restclient)
|
||||
(when (featurep! :lang rest)
|
||||
(package! ob-restclient))
|
||||
(when (featurep! :lang crystal)
|
||||
(package! ob-crystal))
|
||||
|
Reference in New Issue
Block a user