mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
9 lines
172 B
EmacsLisp
9 lines
172 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/sh/packages.el
|
|
|
|
;; requires shellcheck
|
|
;; optional: zshdb bashdb
|
|
|
|
(when (featurep! :completion company)
|
|
(package! company-shell))
|