From a7549f211bff97fe84fb7cd7c924f000e18168d4 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 3 Jul 2024 14:50:33 -0400 Subject: [PATCH] [emacs] Only enable the pass module if pass is available --- .doom.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.doom.d/init.el b/.doom.d/init.el index 9504f75..807538e 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -104,7 +104,8 @@ lsp (magit +forge) ; a git porcelain for 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 prodigy ; FIXME managing external services & code builders rgb ; creating color strings