LemonBreezes/emacs-fish-completion@d34d0b96fd -> LemonBreezes/emacs-fish-completion@006c613ff7 akreisher/eshell-syntax-highlighting@4ac27eec65 -> akreisher/eshell-syntax-highlighting@1d25386bf7 peterwvj/eshell-up@ff84e6069b -> peterwvj/eshell-up@1999afaa50 Fix: #7789
13 lines
693 B
EmacsLisp
13 lines
693 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; term/eshell/packages.el
|
|
|
|
(package! eshell-up :pin "1999afaa509204b780db44e99ac9648fe7d92d32")
|
|
(package! eshell-z :pin "337cb241e17bd472bd3677ff166a0800f684213c")
|
|
(package! shrink-path :pin "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
|
|
(package! esh-help :pin "417673ed18a983930a66a6692dbfb288a995cb80")
|
|
(package! eshell-did-you-mean :pin "80cd8c4b186a2fb29621cf634bcf2bcd914f1e3d")
|
|
(package! eshell-syntax-highlighting :pin "1d25386bf7d1a97e083d33750a98fbd1c6598138")
|
|
|
|
(unless (featurep :system 'windows)
|
|
(package! fish-completion :pin "006c613ff7f846b7d0a14422f2bdcc28b21205b8")
|
|
(package! bash-completion :pin "f1daac0386c24cbe8a244a62c7588cc6847b07ae"))
|