mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
emacs-circe/circe@a0aada8cbb -> emacs-circe/circe@a8af5fa8e0 emacs-evil/evil-collection@3feaee8e29 -> emacs-evil/evil-collection@faed16f485 emacs-evil/evil@682e87fce9 -> emacs-evil/evil@334a636621 emacs-jp/migemo@fbc16b57ea -> emacs-jp/migemo@c0d84b4092 emacsorphanage/god-mode@b09ad56dc8 -> emacsorphanage/god-mode@e6eef24dbf https://git.notmuchmail.org/git/notmuch@d8ebc9cf80b6 -> https://git.notmuchmail.org/git/notmuch@aa761727999b https://git.savannah.gnu.org/git/emms.git@e3824b81b11a -> https://git.savannah.gnu.org/git/emms.git@0f2942ef67c1 https://github.com/emacs-tree-sitter/treesit-fold@6628b7cce585 -> https://github.com/emacs-tree-sitter/treesit-fold@67b3e63eacd9 jao/consult-notmuch@17d2a4ea8c -> jao/consult-notmuch@abc0318c99 juliapath/evil-numbers@f4bbb729ee -> juliapath/evil-numbers@e96d656158 karthink/elfeed-tube@307bcfb30b -> karthink/elfeed-tube@99e55ac428 kidd/org-gcal.el@23561f63b9 -> kidd/org-gcal.el@36cbdb453d szermatt/emacs-bash-completion@d0637428fd -> szermatt/emacs-bash-completion@762f28fefb tarsius/ol-notmuch@9a69506a3f -> tarsius/ol-notmuch@06288ed5ec
14 lines
693 B
EmacsLisp
14 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 "62418fd8b2380114a3f6dad699c1ba45329db1d2")
|
|
|
|
(unless (featurep :system 'windows)
|
|
(package! fish-completion :pin "1256f137a2039805d4e87f8e6c11a162ed019587")
|
|
(package! bash-completion :pin "762f28fefba487e15d626691310f3194804eb71a"))
|