Skip to content

Commit

Permalink
Merge pull request #37 from purcell/master
Browse files Browse the repository at this point in the history
Tidyups
  • Loading branch information
psibi authored Aug 21, 2023
2 parents d8fae03 + 2f7881f commit 30350de
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 534 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: "chore"
include: "scope"
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: extractions/setup-just@v1
with:
just-version: 1.8.0
just-version: 1.10.0
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
Expand Down
10 changes: 9 additions & 1 deletion Changelog.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
* Unreleased

- Respect buffer-local environments, for compatibility with ~envrc.el~
when ~just~ is installed on a per-project basis.
- Add ~justl-include-private-recipes~ to show private recipes in the
list (defaults to on).
- Rewritten internals, using ~just~ itself to parse recipe information.

* 0.13

- TRAMP support
Expand Down Expand Up @@ -101,7 +109,7 @@ finished and what it's exit status code looks like.
- Add ability to turn off color in the output. Useful for eshell
integration which doesn't recognize color without additional setup.

- Integration with eshell done. You can now execute the recipies in
- Integration with eshell done. You can now execute the recipes in
either eshell or open eshell and give positional arguments etc for
the recipe before executing it. The key binding for it is *E* and
*W*.
Expand Down
Loading

0 comments on commit 30350de

Please sign in to comment.