10 lines
406 B
EmacsLisp
10 lines
406 B
EmacsLisp
|
|
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
||
|
|
(define-package "which-key" "20240620.2145"
|
||
|
|
"Display available keybindings in popup."
|
||
|
|
'((emacs "25.1"))
|
||
|
|
:url "https://github.com/justbur/emacs-which-key"
|
||
|
|
:commit "ed389312170df955aaf10c2e120cc533ed5c509e"
|
||
|
|
:revdesc "ed389312170d"
|
||
|
|
:authors '(("Justin Burkett" . "justin@burkett.cc"))
|
||
|
|
:maintainers '(("Justin Burkett" . "justin@burkett.cc")))
|