beancount/beancount-mode@519bfd868f -> beancount/beancount-mode@0f1e33067e emacsorphanage/macrostep@75ecd04121 -> emacsorphanage/macrostep@0b04a89f69 jorgenschaefer/emacs-buttercup@07a52c9969 -> jorgenschaefer/emacs-buttercup@30c703d215 wwwjfy/emacs-fish@d04478c0ab -> wwwjfy/emacs-fish@6869efbc05 xuchunyang/elisp-demos@792be709c8 -> xuchunyang/elisp-demos@8d0cd806b1
11 lines
368 B
EmacsLisp
11 lines
368 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/sh/packages.el
|
|
|
|
(when (modulep! :completion company)
|
|
(package! company-shell :pin "5f959a63a6e66eb0cbdac3168cad523a62cc2ccd"))
|
|
|
|
(when (modulep! +fish)
|
|
(package! fish-mode :pin "6869efbc05cdb628209338bf57fe52742e53d956"))
|
|
|
|
(when (modulep! +powershell)
|
|
(package! powershell :pin "f2da15857e430206e215a3c65289b4058ae3c976"))
|