An open API service indexing awesome lists of open source software.

https://github.com/abougouffa/org-contrib

Mirror of org-contrib, updated every hour
https://github.com/abougouffa/org-contrib

Last synced: over 1 year ago
JSON representation

Mirror of org-contrib, updated every hour

Awesome Lists containing this project

README

          

# Mirroring branch

[![mirror](https://github.com/abougouffa/org-contrib/actions/workflows/mirror.yaml/badge.svg)](https://github.com/abougouffa/org-contrib/actions/workflows/mirror.yaml)

> [!NOTE]
> This branch is set a the default one for mirroring purposes. **To access the code, please check the [master branch](../../tree/master)**.

The `__mirror` branch is set as the **default** branch because of GitHub's schedule actions policy. The schedule actions can only be run on the default branch.

Therefore, if you are using this repo as an alternative to the default one, please make sure you specify the right branch (`master` in this case) in you recipe. Here is an example of such a recipe for `straight.el`:

```elisp
(use-package org-contrib
:straight (:host github :repo "abougouffa/org-contrib" :branch "master"))
```