Skip to content
View motersen's full-sized avatar

Block or report motersen

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 Loading

  1. jazzchords jazzchords Public

    Jazz chord symbol parser and LilyPond markup generator

    Scheme 3

  2. lm lm Public

    Print most recently modified files

    Perl

  3. crbk crbk Public

    simple encryption tool

    Common Lisp

  4. shortbread shortbread Public

    shorter pathname markers

    C

  5. if-let* :: conditional evaluation wi... if-let* :: conditional evaluation with sequential bindings
    1
    ;; if-let*
    2
    ;; sequential if-let
    3
    ;; BINDINGS: ((variable expression) ...)
    4
    ;; Evaluate BINDINGS in order, binding the variables to the results of
    5
    ;; evaluating the corresponding expressions. If all bindings evaluate to
  6. Colorize messages like corresponding... Colorize messages like corresponding nicks
    1
    (require 'circe-color-nicks)
    2
    
                  
    3
    (advice-add 'lui-format :around #'lui-format-say-colorize-body)
    4
    (defun lui-format-say-colorize-body (lui-format format &rest keywords)
    5
      (let ((text (apply lui-format format keywords)))