doomemacs/modules/lang/sh/packages.el

12 lines
221 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/sh/packages.el
;; requires shellcheck
;; optional: zshdb bashdb
(when (featurep! :completion company)
(package! company-shell))
2018-07-18 15:56:55 -04:00
(when (featurep! +fish)
(package! fish-mode))