diff --git a/modules/lang/sh/config.el b/modules/lang/sh/config.el index d2742a2cb..1649e0786 100755 --- a/modules/lang/sh/config.el +++ b/modules/lang/sh/config.el @@ -78,7 +78,9 @@ :after sh-script :config (set-company-backend! 'sh-mode '(company-shell company-files)) - (setq company-shell-delete-duplicates t)) + (setq company-shell-delete-duplicates t + ;; whatis lookups are exceptionally slow on macOS (#5860) + company-shell-dont-fetch-meta IS-MAC)) (use-package! fish-mode :when (featurep! +fish)