mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
9 lines
171 B
EmacsLisp
9 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))
|