summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2022-05-28 08:59:13 +0200
committerfpi2023-02-19 18:37:22 +0100
commitc6a5a7ec54742c3f3f5f8bd55a629c474f02eff0 (patch)
treefd856fd501f6cd7ab4fdf25d6fbd4d36bc6d0946
parent[Wip] Commit Test (diff)
Make password-store autoload
-rw-r--r--emacs-init.org3
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")