Skip to content

Commit

Permalink
fix(create): Add missing DSL for create elpa command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 15, 2023
1 parent d9f108c commit d0d1f3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lisp/create/elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
(insert "(script \"build\" \"eask exec github-elpa build\")\n")
(insert "(script \"commit\" \"eask exec github-elpa commit\")\n")
(insert "(script \"update\" \"eask exec github-elpa update -a \\\"./docs/packages\\\"\")\n")
(search-forward "(source ")
(forward-line 1)
(insert "(source \"melpa\")\n")
(search-forward "(depends-on ")
(forward-line 1)
(insert "(depends-on \"github-elpa\")\n")
;; --- End insertion
(save-buffer))
"done ✓")
Expand Down

0 comments on commit d0d1f3c

Please sign in to comment.