mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
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!
13 lines
395 B
EmacsLisp
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"))
|