12 lines
461 B
EmacsLisp
12 lines
461 B
EmacsLisp
|
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||
|
|
(define-package "evil-collection" "20260818.145"
|
||
|
|
"A set of keybindings for Evil mode."
|
||
|
|
'((emacs "29.1")
|
||
|
|
(evil "1.2.13"))
|
||
|
|
:url "https://github.com/emacs-evil/evil-collection"
|
||
|
|
:commit "0a9a4c46e274584f66a2e0c313819697c0ab0d2d"
|
||
|
|
:revdesc "0a9a4c46e274"
|
||
|
|
:keywords '("evil" "tools")
|
||
|
|
:authors '(("James Nguyen" . "james@jojojames.com"))
|
||
|
|
:maintainers '(("James Nguyen" . "james@jojojames.com")))
|