branch: externals/crdt
commit 4f069d55b28347c30ae4f3e74cccee4d7d60b156
Author: Qiantan Hong <[email protected]>
Commit: Qiantan Hong <[email protected]>
Do not use executable-find to find tuntox
---
crdt.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crdt.el b/crdt.el
index 3d313f7..57a9423 100644
--- a/crdt.el
+++ b/crdt.el
@@ -61,7 +61,7 @@
(defvar crdt--log-network-traffic nil
"Debug switch to log network traffic to *Messages*.")
-(defcustom crdt-tuntox-executable (executable-find "tuntox")
+(defcustom crdt-tuntox-executable "tuntox"
"Path to the tuntox binary."
:type 'file)