From b352470f69cc535dc0247a3260d23d4401cfd554 Mon Sep 17 00:00:00 2001 From: frodera <219724+frodera@users.noreply.github.com> Date: Wed, 1 Dec 2021 00:03:03 +1100 Subject: [PATCH] bump: :lang sh Alexander-Miller/company-shell@52f3bf26b74a -> Alexander-Miller/company-shell@a77f4de75912 Updates company-shell to include `company-shell-dont-fetch-meta`, so we can prevent slowdown caused by whatis shell calls to look up meta strings. Ref: https://github.com/Alexander-Miller/company-shell#excessively-slow-meta-lookup --- modules/lang/sh/packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/sh/packages.el b/modules/lang/sh/packages.el index 4582b28cc..4c25e2ead 100644 --- a/modules/lang/sh/packages.el +++ b/modules/lang/sh/packages.el @@ -2,7 +2,7 @@ ;;; lang/sh/packages.el (when (featurep! :completion company) - (package! company-shell :pin "52f3bf26b74adc30a275f5f4290a1fc72a6876ff")) + (package! company-shell :pin "a77f4de75912aa87314cde92c603b831d5050246")) (when (featurep! +fish) (package! fish-mode :pin "a7c953b1491ac3a3e00a7b560f2c9f46b3cb5c04"))