diff options
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -252,6 +252,11 @@ Generate a random password between 20 and 40 characters ("GENERATE" #'password-store-generate)))) (funcall action (completing-read "Search: " (password-store-list))) (delete-frame))))))) + + (defun smtp-get-pass () + "Get password for smtp" + (interactive) + (password-store-copy-field "fastmail.com/[email protected]" "smtp")) #+end_src ** Keybindings #+begin_src emacs-lisp |