Files
emacs/lisp/key-chord/key-chord-pkg.el
2025-06-22 17:08:08 +02:00

11 lines
473 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "key-chord" "20250330.2011"
"Map pairs of simultaneously pressed keys to commands."
'((emacs "24"))
:url "https://github.com/LemonBreezes/key-chord"
:commit "cb646e815c61f253ad9fdfbe058049dda4e2b32b"
:revdesc "cb646e815c61"
:keywords '("keyboard" "chord" "input")
:authors '(("David Andersson" . "l.david.anderssonsverige.nu"))
:maintainers '(("LemonBreezes" . "look@strawberrytea.xyz")))