diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-22 23:40:17 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-22 23:40:17 -0500 |
commit | b7116ce230330495a5bff5ff9504fee987476d15 (patch) | |
tree | 7c5573721f140356303b45d0e79bcd5622af1409 /.doom.d | |
parent | 0bf930f6a397ffb905d7befaaae1b52dc5ee3bc1 (diff) | |
download | dogfiles-b7116ce230330495a5bff5ff9504fee987476d15.tar.gz |
enable password-store integration in doom-emacs
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index 6d1b7e1..a2d2320 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -97,7 +97,7 @@ lsp ; M-x vscode magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs - ;;pass ; password manager for nerds + (pass +auth) ; password manager for nerds ;;pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings |