13 lines
435 B
EmacsLisp
13 lines
435 B
EmacsLisp
|
(define-package "which-key" "20230712.2151" "Display available keybindings in popup"
|
||
|
'((emacs "24.4"))
|
||
|
:commit "df6b0cb8449812e7fb200bc852107fa7eb708496" :authors
|
||
|
'(("Justin Burkett" . "justin@burkett.cc"))
|
||
|
:maintainers
|
||
|
'(("Justin Burkett" . "justin@burkett.cc"))
|
||
|
:maintainer
|
||
|
'("Justin Burkett" . "justin@burkett.cc")
|
||
|
:url "https://github.com/justbur/emacs-which-key")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|