Bump :lang web
emacs-straight/rainbow-mode@3ef813d -> emacs-straight/rainbow-mode@f780ddb
fxbois/web-mode@b0bb4ab -> fxbois/web-mode@3381baa
hlissner/emacs-counsel-css@61a38c9 -> hlissner/emacs-counsel-css@6427dfc
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
This commit is contained in:
parent
090eed4bd5
commit
d181b27f08
1 changed files with 13 additions and 13 deletions
|
@ -2,23 +2,23 @@
|
||||||
;;; lang/web/packages.el
|
;;; lang/web/packages.el
|
||||||
|
|
||||||
;; +html.el
|
;; +html.el
|
||||||
(package! emmet-mode :pin "1acb821e01")
|
(package! emmet-mode :pin "1acb821e0142136344ccf40c1e5fb664d7db2e70")
|
||||||
(package! haml-mode :pin "bf5b6c11b1")
|
(package! haml-mode :pin "bf5b6c11b1206759d2b28af48765e04882dd1fc4")
|
||||||
(package! pug-mode :pin "685fd3414d")
|
(package! pug-mode :pin "685fd3414d89736bf232f5d1a6bed9e0353b98fe")
|
||||||
(package! slim-mode :pin "3636d18ab1")
|
(package! slim-mode :pin "3636d18ab1c8b316eea71c4732eb44743e2ded87")
|
||||||
(when (package! web-mode :pin "b0bb4ab82b")
|
(when (package! web-mode :pin "6774c596a9b3988989d3bc96b6194e6f0df1d1b6")
|
||||||
(when (featurep! :completion company)
|
(when (featurep! :completion company)
|
||||||
(package! company-web :pin "f0cc9187c9")))
|
(package! company-web :pin "f0cc9187c9c34f72ad71f5649a69c74f996bae9a")))
|
||||||
|
|
||||||
;; +css.el
|
;; +css.el
|
||||||
(package! css-mode :built-in t)
|
(package! css-mode :built-in t)
|
||||||
(package! less-css-mode :built-in t :pin "c7fa3d56d8")
|
(package! less-css-mode :built-in t :pin "c7fa3d56d83206b28657f2e56439dc62280a2bf2")
|
||||||
|
|
||||||
(package! sass-mode :pin "247a0d4b50")
|
(package! sass-mode :pin "247a0d4b509f10b28e4687cd8763492bca03599b")
|
||||||
(package! stylus-mode :pin "4dbde92542")
|
(package! stylus-mode :pin "4dbde92542fc7ad61df38776980905a4721d642e")
|
||||||
(package! sws-mode :pin "4dbde92542")
|
(package! sws-mode :pin "4dbde92542fc7ad61df38776980905a4721d642e")
|
||||||
(package! rainbow-mode :pin "3ef813d637")
|
(package! rainbow-mode :pin "f780ddb18c2a73a666d093f606df92058e5601ea")
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! counsel-css :pin "61a38c9d50"))
|
(package! counsel-css :pin "6427dfcbda0d2bbd81db03f9d6b56b06c260ac02"))
|
||||||
(when (featurep! :completion helm)
|
(when (featurep! :completion helm)
|
||||||
(package! helm-css-scss :pin "48b996f73a"))
|
(package! helm-css-scss :pin "48b996f73af1fef8d6e88a1c545d98f8c50b0cf3"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue