Skip to content
View AutumnalAntlers's full-sized avatar
Block or Report

Block or report AutumnalAntlers

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. icsv2ledger icsv2ledger Public

    Forked from quentinsf/icsv2ledger

    Interactive importing of CSV files to Ledger

    Python

  2. old-guix-config old-guix-config Public

    Uploaded for posterity, sans commit history and some sensative files.

    Scheme 1

  3. todo.txt-vim todo.txt-vim Public

    Forked from freitass/todo.txt-vim

    Vim plugin for Todo.txt

    Vim Script

  4. openpgp.md openpgp.md
    1
    openpgp4fpr:f431e01ac195cb144484e7dc79abd1551412b973
  5. lily58-seniply-magic-strdy.keymap lily58-seniply-magic-strdy.keymap
    1
    /* -*- mode: c -*- */
    2
    
                  
    3
    /*
    4
     * Copyright (c) 2020 The ZMK Contributors
    5
     * Copyright (c) 2020 antlers <antlers@illucid.net>
  6. `with-refs` Macro `with-refs` Macro
    1
    (define-module (antlers utils with-refs)
    2
                   #:use-module (ice-9 match)
    3
                   #:use-module (srfi srfi-1)
    4
                   #:use-module (srfi srfi-9)
    5
                   #:export (with-refs))