Remove redundant package! lines

This commit is contained in:
Wojciech Kozlowski 2022-04-13 01:41:05 +02:00
parent b17f98a06a
commit fd58f69a49

View File

@ -8,8 +8,6 @@
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
;;(package! some-package)
(package! box-comment
:recipe (:local-repo "repos/x-lib"))
(package! deadgrep)
(package! duplicate-thing)
(package! symbol-overlay)
@ -17,8 +15,6 @@
(package! whole-line-or-region)
(package! x-lib
:recipe (:local-repo "repos/x-lib"))
(package! yank-indent
:recipe (:local-repo "repos/x-lib"))
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: