dotfiles/emacs/.emacs.d/config/init-1pass.el
2021-03-23 13:50:03 -04:00

12 lines
320 B
EmacsLisp

;; -*- lexical-binding: t; -*-
(use-package 1password
:straight (:host github
:repo "xuchunyang/1password.el"
:fork (:host github :repo "jdormit/1password.el"))
:defer t
:config
(1password-login (password-store-get "team-lolatravel.1password.com")))
(provide 'init-1pass)