PIN ALL THE PACKAGES

This commit is contained in:
Henrik Lissner 2020-01-14 22:32:11 -05:00
parent f3a9d0c03c
commit 4cc14389e8
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
124 changed files with 515 additions and 489 deletions

View file

@ -1,13 +1,13 @@
;; -*- no-byte-compile: t; -*-
;;; lang/markdown/packages.el
(package! markdown-mode)
(package! markdown-toc)
(package! edit-indirect)
(package! markdown-mode :pin "e9dff50d572caa96b68a7466c18c97a8d6ed651c")
(package! markdown-toc :pin "7038f4f6d5c2bc7e4aea89699a607ac2b7dd16a8")
(package! edit-indirect :pin "935ded353b9ed3da67bc61abf245c21b58d88864")
(when (featurep! +grip)
(package! grip-mode))
(package! grip-mode :pin "0c2fe11f12ec23d5bbfba59ba43b89e87ef3eea8"))
(when (featurep! :editor evil +everywhere)
(package! evil-markdown
:recipe (:host github :repo "Somelauw/evil-markdown")))
:recipe (:host github :repo "Somelauw/evil-markdown") :pin "46cd81b37991c4325fc24015a610f832b0ff995d"))