Alexander-Miller/company-shell@52f3bf26b7 -> Alexander-Miller/company-shell@a77f4de759 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
11 lines
371 B
EmacsLisp
11 lines
371 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/sh/packages.el
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-shell :pin "a77f4de75912aa87314cde92c603b831d5050246"))
|
|
|
|
(when (featurep! +fish)
|
|
(package! fish-mode :pin "a7c953b1491ac3a3e00a7b560f2c9f46b3cb5c04"))
|
|
|
|
(when (featurep! +powershell)
|
|
(package! powershell :pin "d1b3f95669343399f199f291ef76c09a0ede5e60"))
|