doomemacs/modules/lang/sh/packages.el
2018-07-18 15:56:55 -04:00

11 lines
221 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/sh/packages.el
;; requires shellcheck
;; optional: zshdb bashdb
(when (featurep! :completion company)
(package! company-shell))
(when (featurep! +fish)
(package! fish-mode))