11 lines
221 B
EmacsLisp
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))
|