mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
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:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user