mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Only enable the pass module if pass is available
This commit is contained in:
parent
ea77607fda
commit
a7549f211b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue