bump: :core
Fuco1/smartparens@37f77bf2e2 -> Fuco1/smartparens@ec15aaa748 Wilfred/helpful@67cdd1030b -> Wilfred/helpful@209971ba9f bbatsov/projectile@f3468e8d20 -> bbatsov/projectile@4d6da873ae domtronn/all-the-icons.el@65c496d3d1 -> domtronn/all-the-icons.el@ca1ef30004 emacs-straight/project@4fe1eec803 -> emacs-straight/project@c52ec93689 jscheid/dtrt-indent@66fc30af02 -> jscheid/dtrt-indent@57f4072fa8 justbur/emacs-which-key@1217db8c63 -> justbur/emacs-which-key@1ab1d0cc88 raxod502/straight.el@e2de88ea0e -> radian-software/straight.el@0e204d418d Includes a fix for #5207 (see radian-software/straight.el#955), which occasionally caused arrayp errors when installing/upgrading packages. Fix: #5207 Ref: radian-software/straight.el#955
This commit is contained in:
parent
26d47b5ebc
commit
77e9932966
6 changed files with 16 additions and 16 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
;; To install a package directly from a remote git repo, you must specify a
|
||||
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
||||
;; https://github.com/raxod502/straight.el#the-recipe-format
|
||||
;; https://github.com/radian-software/straight.el#the-recipe-format
|
||||
;(package! another-package
|
||||
; :recipe (:host github :repo "username/repo"))
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
;; Specify a `:branch' to install a package from a particular branch or tag.
|
||||
;; This is required for some packages whose default branch isn't 'master' (which
|
||||
;; our package manager can't deal with; see raxod502/straight.el#279)
|
||||
;; our package manager can't deal with; see radian-software/straight.el#279)
|
||||
;(package! builtin-package :recipe (:branch "develop"))
|
||||
|
||||
;; Use `:pin' to specify a particular commit to install.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue