From c0fc9d3db0037189522033f81a6830a03b719691 Mon Sep 17 00:00:00 2001 From: Matthew Lyon Date: Wed, 20 Jun 2018 17:04:22 -0700 Subject: [PATCH] Look for the correct feature name for org+rest --- modules/lang/org/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index da17aa643..496563f1f 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -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))