Remove redundant package! lines
This commit is contained in:
parent
b17f98a06a
commit
fd58f69a49
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user