refactor(collab): s/featurep!/modulep!
featurep! was renamed modulep! inad6a3d0
. Close: #7420 Ref:ad6a3d0f33
Co-authored-by: lagman <lagman@users.noreply.github.com>
This commit is contained in:
parent
3b692e92f5
commit
cd2477e79c
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,6 @@
|
|||
(use-package! crdt
|
||||
:commands (crdt-share-buffer crdt-connect)
|
||||
:init
|
||||
(when (featurep! +tunnel)
|
||||
(when (modulep! +tunnel)
|
||||
(setq crdt-use-tuntox t)
|
||||
(setq crdt-tuntox-password-in-url t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue