mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-26 11:52:44 -08:00
9 lines
202 B
EmacsLisp
9 lines
202 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/password-store/packages.el
|
|
|
|
(package! pass)
|
|
(package! password-store)
|
|
(package! auth-password-store)
|
|
|
|
(when (featurep! :completion helm)
|
|
(package! helm-pass))
|