From 71b9e998f28fbd2c159e50cb64aa0419693a38ab Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 9 Sep 2019 17:10:41 +0200 Subject: [PATCH] Add Helm interface for pass (Password Store) --- configuration.org | 6 ++++++ customizations.el | 1 + 2 files changed, 7 insertions(+) diff --git a/configuration.org b/configuration.org index 4c1d3a8..35d5369 100644 --- a/configuration.org +++ b/configuration.org @@ -3155,6 +3155,12 @@ See previous versions of the current file. (use-package helm-org-rifle) #+END_SRC +** Access passwords in pass using Helm + +#+BEGIN_SRC emacs-lisp +(use-package helm-pass) +#+END_SRC + * Mode specific ~use-package~ calls ** JavaScript diff --git a/customizations.el b/customizations.el index 1cf5fc0..e9df086 100644 --- a/customizations.el +++ b/customizations.el @@ -119,6 +119,7 @@ helm-mu helm-org helm-org-rifle + helm-pass helm-projectile helm-pydoc helm-smex