Files
emacs/lisp/which-key/which-key-pkg.el
2023-11-04 19:26:41 +01:00

13 lines
435 B
EmacsLisp

(define-package "which-key" "20230905.2128" "Display available keybindings in popup"
'((emacs "24.4"))
:commit "4d20bc852545a2e602f59084a630f888542052b1" :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: