bump: :editor snippets
doomemacs/snippets@07b3bdaf60 -> doomemacs/snippets@c1384cc797 joaotavora/yasnippet@33587a8551 -> joaotavora/yasnippet@eb5ba2664c - Recently, yasnippet start complaining about snippets with the same name (particularly y-or-n-p and x-file). I've removed/renamed the offending snippets in doomemacs/snippets. Ref: doomemacs/snippets@41417b4398 Ref: doomemacs/snippets@d0a96a37d4
This commit is contained in:
parent
95ba26ba68
commit
968974663d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; editor/snippets/packages.el
|
||||
|
||||
(package! yasnippet :pin "33587a8551b8f6991b607d3532062a384c010ce1")
|
||||
(package! yasnippet :pin "eb5ba2664c3a68ae4a53bb38b85418dd131b208f")
|
||||
(package! auto-yasnippet :pin "6a9e406d0d7f9dfd6dff7647f358cb05a0b1637e")
|
||||
(package! doom-snippets
|
||||
:recipe (:host github
|
||||
:repo "doomemacs/snippets"
|
||||
:files (:defaults "*"))
|
||||
:pin "07b3bdaf60b74080f899b12c3d46594c7fa75e04")
|
||||
:pin "c1384cc7975ee7ca7d551eb56c104d768440c3cb")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue