2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/sh/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! company-shell))
|
2018-07-18 15:56:55 -04:00
|
|
|
|
|
|
|
(when (featurep! +fish)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! fish-mode :pin "688c82deca"))
|