kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

commit 94a4bd96d142fa134a15e93b26031f9648073f94
parent 8e4f55f35c789e84eb2a11c8f151ba7a0e24d252
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 17 Apr 2024 01:49:35 +0300

Add my stupid GNU Emacs packages.

Diffstat:
Mkakafarm/software.scm | 38+++++++++++++++++++++++++++-----------
1 file changed, 27 insertions(+), 11 deletions(-)

diff --git a/kakafarm/software.scm b/kakafarm/software.scm @@ -4,14 +4,30 @@ (begin (define* (make-sxml #:key posts) - `(div (ul (li (a (@ (href "diceware.html")) - "Diceware!")) - (li (a (@ (href "clipboard-speaker.html")) - "Clipboard Speaker!")) - (li - (a (@ (href "https://codeberg.org/kakafarm/guix-kakafarm-channel/")) - "GNU Guix Kakafarm Channel!") - " (a modest GNU Guix channel I manage). Also here on my " - (a (href "/~stagit/guix-kakafarm-channel/log.html") - "Stagit") - ".")))))) + + `(div + (div "Some stuff I wrote:" + (ul (li (a (@ (href "diceware.html")) + "Diceware!")) + (li (a (@ (href "clipboard-speaker.html")) + "Clipboard Speaker!")) + (li + (a (@ (href "https://codeberg.org/kakafarm/guix-kakafarm-channel/")) + "GNU Guix Kakafarm Channel!") + " (a modest GNU Guix channel I manage). Also here on my " + (a (href "/~stagit/guix-kakafarm-channel/log.html") + "Stagit") + "."))) + (div "A few GNU Emacs packages:" + (ul (li + (a (@ (href "https://codeberg.org/kakafarm/super-duper-yes-or-no")) + "Emacs Super Duper Yes or No - ") + "Alternatives to yes-or-no-p whose affirmative is even more of an hassle to type in than \"yes\".") + (li + (a (@ (href "https://codeberg.org/kakafarm/emacs-nano-tts-minor-mode/")) + "Emacs Nano TTS Minor Mode") + " - A minor mode which reads whatever is currently marked.") + (li + (a (@ (href "https://codeberg.org/kakafarm/emacs-wordlists/")) + "Emacs Wordlists - ") + "Emacs Wordlists is a package which packages lists of words for such things as passphrase generators, or, generally, when one wants to encode a number in a list of words.")))))))