diff options
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index c5c7b67..27ae7f2 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -5460,7 +5460,8 @@ prefix to my custom keymap. :straight t :commands (password-store-copy password-store-edit - password-store-insert) + password-store-insert + fpi/password-store-copy-pass-or-field) :custom (password-store-time-before-clipboard-restore 30) :config (defun fpi/password-store-copy-pass-or-field (&optional arg) (interactive "P") |