doomemacs/modules/lang/sh/packages.el

9 lines
267 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/sh/packages.el
(when (featurep! :completion company)
2020-01-14 22:32:11 -05:00
(package! company-shell :pin "52f3bf26b74adc30a275f5f4290a1fc72a6876ff"))
2018-07-18 15:56:55 -04:00
(when (featurep! +fish)
2020-01-14 22:32:11 -05:00
(package! fish-mode :pin "688c82decad108029b0434e3bce6c3d129ede6f3"))