[emacs] Only enable the pass module if pass is available

This commit is contained in:
Correl Roush 2024-07-03 14:50:33 -04:00
parent ea77607fda
commit a7549f211b

View file

@ -104,7 +104,8 @@
lsp lsp
(magit +forge) ; a git porcelain for Emacs (magit +forge) ; a git porcelain for Emacs
;;make ; run make tasks from Emacs ;;make ; run make tasks from Emacs
(pass +auth) ; password manager for nerds (:if (executable-find "pass")
(pass +auth)) ; password manager for nerds
pdf ; pdf enhancements pdf ; pdf enhancements
prodigy ; FIXME managing external services & code builders prodigy ; FIXME managing external services & code builders
rgb ; creating color strings rgb ; creating color strings