doomemacs/modules/lang/sh/packages.el
Henrik Lissner a9402cfb55
Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00

9 lines
189 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/sh/packages.el
(when (featurep! :completion company)
(package! company-shell))
(when (featurep! +fish)
(package! fish-mode :pin "688c82deca"))