Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generated note reference #27

Merged
merged 3 commits into from
Jan 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 46 additions & 11 deletions .github/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
description = "This flake provides CI & local development dependencies";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=release-22.11";
nixpkgs.url = "github:nixos/nixpkgs?ref=release-23.11";
flake-utils.url = "github:numtide/flake-utils";
emacs-overlay = {
url = "github:nix-community/emacs-overlay";
Expand All @@ -42,7 +42,7 @@

emacsPackages = [
"emacs"
"emacsGit" # transient upstream changes may appear here
"emacs-unstable" # transient upstream changes may appear here
];

devShells = pkgs.lib.genAttrs emacsPackages (emacsPkg:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
emacsPkg: [ emacs, emacsGit ]
emacsPkg: [ emacs, emacs-unstable ]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Transient Showcase

<!-- !!!THIS FILE HAS BEEN GENERATED!!! Edit README.org -->
<!-- !!!THIS FILE HAS BEEN GENERATED!!! Edit transient-showcase.org -->

Code examples for interactive explanations of [transient](https://github.com/magit/transient).

Expand Down
2 changes: 1 addition & 1 deletion transient-showcase.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:END:

#+begin_export html
<!-- !!!THIS FILE HAS BEEN GENERATED!!! Edit README.org -->
<!-- !!!THIS FILE HAS BEEN GENERATED!!! Edit transient-showcase.org -->
#+end_export

Code examples for interactive explanations of [[https://github.com/magit/transient][transient]].
Expand Down
Loading