Files
doomemacs/modules/term/eshell/packages.el
Steven vanZyl a9d7fc099d Improved Eshell module part 1
Added a README file detailing the Eshell module, a few minor tweaks to
the config, some keybindings, and the eshell-did-you-mean package.

More to come!
2020-04-17 15:48:54 -04:00

13 lines
395 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; term/eshell/packages.el
(package! eshell-up :pin "9c100bae5c")
(package! eshell-z :pin "337cb241e1")
(package! shrink-path :pin "c14882c859")
(package! esh-help :pin "417673ed18")
(package! eshell-did-you-mean :pin "7cb6ef")
(when (featurep! :completion company)
(package! fish-completion :pin "1038488181")
(package! bash-completion :pin "96ce14af96"))