aboutsummaryrefslogtreecommitdiff
path: root/luwak.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-21 14:37:44 +1100
committerYuchen Pei <hi@ypei.me>2022-10-21 14:37:44 +1100
commit2d11ff50d65b33d5438481ec2fc8ddb528d0a8ab (patch)
tree139434e34a2a2e3967a4862b0a2d740fc14b2c7e /luwak.el
parent08855c83c405aac16522ea56e3a60dee5c24d9f3 (diff)
toggle default tor switch.
Diffstat (limited to 'luwak.el')
-rw-r--r--luwak.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/luwak.el b/luwak.el
index 745309d..b0f7440 100644
--- a/luwak.el
+++ b/luwak.el
@@ -43,7 +43,7 @@
(defcustom luwak-url-rewrite-function 'identity
"Function to rewrite url before loading."
:group 'luwak :type '(function))
-(defcustom luwak-tor-switch nil
+(defcustom luwak-tor-switch t
"Switch behaviour of prefix arg concerning the use of tor.
When nil, use tor by default, and not use it with a prefix arg.