LemonBreezes/emacs-fish-completion@006c613ff7 -> LemonBreezes/emacs-fish-completion@1256f137a2 akermu/emacs-libvterm@94e2b0b2b4 -> akermu/emacs-libvterm@df057b1af2 akreisher/eshell-syntax-highlighting@1d25386bf7 -> akreisher/eshell-syntax-highlighting@b960d036c2
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 "b960d036c22f818ccb9c381a2e9cdd89b29b659c")
|
|
|
|
(unless (featurep :system 'windows)
|
|
(package! fish-completion :pin "1256f137a2039805d4e87f8e6c11a162ed019587")
|
|
(package! bash-completion :pin "f1daac0386c24cbe8a244a62c7588cc6847b07ae"))
|