Merge branch 'develop' into add-persistent-soft-package

This commit is contained in:
Henrik Lissner 2020-02-09 17:20:26 -05:00 committed by GitHub
commit dc24c1cddc
65 changed files with 490 additions and 373 deletions

View file

@ -15,11 +15,11 @@
;; core-editor.el
(package! better-jumper :pin "6d240032ca")
(package! dtrt-indent :pin "48221c928b")
(package! helpful :pin "e511e8dbd3")
(package! helpful :pin "c54e9ddbd6")
(when IS-MAC
(package! ns-auto-titlebar :pin "1efc30d385"))
(package! pcre2el :pin "0b5b2a2c17")
(package! smartparens :pin "9449ae0859")
(package! smartparens :pin "be8d5c9a63")
(package! so-long
:built-in 'prefer ; included in Emacs 27+
;; REVIEW so-long is slated to be published to ELPA eventually, but until then
@ -37,11 +37,11 @@
(package! xclip :pin "88003b782e"))
;; core-projects.el
(package! projectile :pin "27a0da9cdc")
(package! projectile :pin "84be1dada3")
;; core-keybinds.el
(package! general :pin "f6e928622d")
(package! which-key :pin "db3d003e90")
(package! which-key :pin "cf44641485")
;; autoload/cache.el
(package! persistent-soft :pin "a1e0ddf")