diff options
author | fpi | 2022-05-28 08:59:13 +0200 |
---|---|---|
committer | fpi | 2023-02-19 18:37:22 +0100 |
commit | c6a5a7ec54742c3f3f5f8bd55a629c474f02eff0 (patch) | |
tree | fd856fd501f6cd7ab4fdf25d6fbd4d36bc6d0946 | |
parent | [Wip] Commit Test (diff) |
Make password-store autoload
-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") |