Merge branch 'develop' into eshell-improvements
This commit is contained in:
commit
a70cfce520
153 changed files with 2327 additions and 1920 deletions
|
@ -1,12 +1,12 @@
|
|||
;; -*- 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")
|
||||
(package! eshell-up :pin "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
|
||||
(package! eshell-z :pin "337cb241e17bd472bd3677ff166a0800f684213c")
|
||||
(package! shrink-path :pin "c14882c8599aec79a6e8ef2d06454254bb3e1e41")
|
||||
(package! esh-help :pin "417673ed18a983930a66a6692dbfb288a995cb80")
|
||||
(package! eshell-did-you-mean :pin "7cb6ef8e2274d0a50a9e114d412307a6543533d5")
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! fish-completion :pin "1038488181")
|
||||
(package! bash-completion :pin "96ce14af96"))
|
||||
(package! fish-completion :pin "10384881817b5ae38cf6197a077a663420090d2c")
|
||||
(package! bash-completion :pin "96ce14af9674f3e605bacca87abc0c23b8f13cd5"))
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
;;; term/term/packages.el
|
||||
|
||||
(package! term :built-in t)
|
||||
(package! multi-term :pin "7307ddd456")
|
||||
(package! multi-term :pin "7307ddd456db44045206253e5a905d3d8c143d5c")
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
|
||||
(package! vterm
|
||||
:built-in 'prefer
|
||||
:pin "aa512b8351")
|
||||
:pin "e63bd65eece7c5de3a534b7e2fdbe58256ec2da0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue