Skip to content

Commit

Permalink
Merge pull request #16 from akirak/rebase-akirak
Browse files Browse the repository at this point in the history
Rebase onto upstream
  • Loading branch information
akirak authored Nov 24, 2023
2 parents 05edae9 + e141f99 commit 12cdf59
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MELPA

[![Build Status](https://github.com/melpa/melpa/workflows/CI/badge.svg)](https://github.com/melpa/melpa/actions)
[![Build Status](https://github.com/melpa/melpa/actions/workflows/ci.yml/badge.svg)](https://github.com/melpa/melpa/actions/workflows/ci.yml)

MELPA is a growing collection of `package.el`-compatible Emacs Lisp
packages built automatically on our server from the upstream source
Expand Down
5 changes: 4 additions & 1 deletion recipes/apheleia
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
(apheleia :fetcher github :repo "radian-software/apheleia")
(apheleia :fetcher github
:repo "radian-software/apheleia"
:files (:defaults
("scripts" "scripts/formatters")))
1 change: 1 addition & 0 deletions recipes/easky
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(easky :repo "emacs-eask/easky" :fetcher github)
1 change: 1 addition & 0 deletions recipes/gemtext-mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(gemtext-mode :fetcher sourcehut :repo "arjca/gemtext-mode.el")
1 change: 1 addition & 0 deletions recipes/jack-ts-mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(jack-ts-mode :repo "nverno/jack-ts-mode" :fetcher github)
1 change: 1 addition & 0 deletions recipes/llvm-ts-mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(llvm-ts-mode :repo "nverno/llvm-ts-mode" :fetcher github)
1 change: 1 addition & 0 deletions recipes/mark-yank
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(mark-yank :fetcher github :repo "mkleehammer/mark-yank")
1 change: 1 addition & 0 deletions recipes/ruff-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(ruff-format :fetcher github :repo "scop/emacs-ruff-format")
3 changes: 3 additions & 0 deletions recipes/sequential-yank
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(sequential-yank
:fetcher github
:repo "knu/sequential-yank.el")
2 changes: 2 additions & 0 deletions recipes/tab-bar-notch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(tab-bar-notch :fetcher github
:repo "jimeh/tab-bar-notch")
1 change: 1 addition & 0 deletions recipes/uiua-mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(uiua-mode :fetcher github :repo "crmsnbleyd/uiua-mode")
1 change: 1 addition & 0 deletions recipes/uiua-ts-mode
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(uiua-ts-mode :fetcher github :repo "crmsnbleyd/uiua-ts-mode")
2 changes: 1 addition & 1 deletion recipes/yeetube
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(yeetube :fetcher git :url "https://git.thanosapollo.com/yeetube")
(yeetube :fetcher git :url "https://git.thanosapollo.org/yeetube")

0 comments on commit 12cdf59

Please sign in to comment.