doomemacs/modules/lang/sh/packages.el
2019-05-04 08:16:49 +02:00

8 lines
171 B
EmacsLisp

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