diff options
author | William Carroll <wpcarro@gmail.com> | 2022-12-12T19·41-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-12-12T19·46+0000 |
commit | fc31f93eb540239d93e06eb790948684d54d6582 (patch) | |
tree | cbc603ad6c87a7b75beefbd9423e6b648992ebf9 /users/wpcarro/emacs | |
parent | 5037443c7a5e4b01d285348b1b5f429152dad72d (diff) |
feat(wpcarro/pass): Deprecate pass, password-store r/5413
gpg finally drove me nuts; prefer passage all around. Change-Id: I15cbcb468b9821520e38665839aa43bb92f9edb9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7578 Tested-by: BuildkiteCI Autosubmit: wpcarro <wpcarro@gmail.com> Reviewed-by: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro/emacs')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el | 3 | ||||
-rw-r--r-- | users/wpcarro/emacs/default.nix | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el index 604cfa502109..36fbf8b12ce6 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/wpc-misc.el @@ -68,9 +68,6 @@ (setq sh-basic-offset 2) (setq sh-indentation 2) -;; Emacs library that interfaces with my Linux password manager. -(use-package password-store) - (use-package vterm :config (general-define-key diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index eb6fd8e5a0f3..5f232818dab0 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -28,7 +28,6 @@ let (with pkgs; [ ispell nix - pass rust-analyzer rustc rustfmt @@ -121,7 +120,6 @@ let package-lint paradox parsec - password-store pcre2el prettier-js projectile |