11 lines
465 B
EmacsLisp
11 lines
465 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "general" "20250612.2309"
|
|
"Convenience wrappers for keybindings."
|
|
'((emacs "24.4")
|
|
(cl-lib "0.5"))
|
|
:url "https://github.com/noctuid/general.el"
|
|
:commit "a48768f85a655fe77b5f45c2880b420da1b1b9c3"
|
|
:revdesc "a48768f85a65"
|
|
:keywords '("vim" "evil" "leader" "keybindings" "keys")
|
|
:authors '(("Fox Kiester" . "noct@posteo.net"))
|
|
:maintainers '(("Fox Kiester" . "noct@posteo.net")))
|