This commit is contained in:
ry
2022-01-11 18:05:13 -08:00
parent 2046befee2
commit 8e7b654716
846 changed files with 71287 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
;; -*- 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"))