Skip to content
View antler5's full-sized avatar

Block or report antler5

Report abuse

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

Report abuse
antler5/README.md

Pinned Loading

  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 2

  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))