mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-16 17:19:41 +00:00
Allow TAB to go to a key in EPA key buffers
* lisp/epa.el (epa--insert-keys): Allow TAB to go to the keys (bug#47876).
This commit is contained in:
parent
60ff12a7d9
commit
ed42afd403
@ -333,7 +333,10 @@ If ARG is non-nil, mark the key."
|
||||
(insert
|
||||
(propertize
|
||||
(concat " " (epa--button-key-text key))
|
||||
'epa-key key))
|
||||
'epa-key key
|
||||
;; Allow TAB to tab to the key.
|
||||
'button t
|
||||
'category t))
|
||||
(insert "\n")))
|
||||
|
||||
(defun epa--list-keys (name secret &optional doc)
|
||||
|
Loading…
Reference in New Issue
Block a user