Remove outdated advice and test command

This commit is contained in:
Jeremy Dormitzer 2021-03-23 13:50:03 -04:00
parent 5273796d77
commit 1353cfd91d

View File

@ -6,11 +6,6 @@
:fork (:host github :repo "jdormit/1password.el"))
:defer t
:config
(advice-add '1password-login :around
(lambda (oldfn password &rest args)
(apply oldfn (shell-quote-argument password) args)))
(1password-login (password-store-get "team-lolatravel.1password.com")))
(1password-get-password "jdormit-test")
(provide 'init-1pass)