emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/luwak 2d11ff50d6 25/28: toggle default tor switch.


From: ELPA Syncer
Subject: [elpa] externals/luwak 2d11ff50d6 25/28: toggle default tor switch.
Date: Tue, 25 Oct 2022 15:57:55 -0400 (EDT)

branch: externals/luwak
commit 2d11ff50d65b33d5438481ec2fc8ddb528d0a8ab
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>

    toggle default tor switch.
---
 README.org | 4 ++--
 luwak.el   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 290a22a914..3ffec52759 100644
--- a/README.org
+++ b/README.org
@@ -27,8 +27,8 @@ Features:
 
 To use, clone this repo, add to ~load-path~ and ~require~.  Make sure
 you have lynx installed in your system (~apt install lynx~, ~pacman -S
-lynx~ etc.).  By default the browser uses torsocks, which can be
-disabled with a prefix arg or switching ~luwak-tor-switch~ to ~t~.
+lynx~ etc.).  By default the browser does not torsocks, which can be
+disabled with a prefix arg or switching ~luwak-tor-switch~ to ~nil~.
 
 #+begin_src elisp
 (add-to-list 'load-path "~/.emacs.d/luwak")
diff --git a/luwak.el b/luwak.el
index 745309d367..b0f7440e47 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.  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]