mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
12 lines
221 B
EmacsLisp
12 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))
|