mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
This contains fixes suggested by Henrik as feedback from the initial PR, including updating and correcting the Eshell module README, and few tweaks to the module configuration, and properly pinning eshell-did-you-mean.
13 lines
399 B
EmacsLisp
13 lines
399 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 "7cb6ef8e22")
|
|
|
|
(when (featurep! :completion company)
|
|
(package! fish-completion :pin "1038488181")
|
|
(package! bash-completion :pin "96ce14af96"))
|