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

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

[nongnu] elpa/webpaste 935eb5f 195/298: Remove :tangle yes from README


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 935eb5f 195/298: Remove :tangle yes from README
Date: Thu, 9 Dec 2021 19:00:12 -0500 (EST)

branch: elpa/webpaste
commit 935eb5fa057e9ab9317d2427b312acb9219e1341
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Remove :tangle yes from README
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index f9960d0..45f160e 100644
--- a/README.org
+++ b/README.org
@@ -29,7 +29,7 @@ To select which providers to use in which order you need to 
set the variable
 providers names.
 
 Examples:
-#+begin_src emacs-lisp :tangle yes
+#+begin_src emacs-lisp
   ;; Choosing githup gist only
   (setq webpaste-provider-priority '("gist.github.com"))
 
@@ -60,7 +60,7 @@ pasting before text is actually sent to a paste-provider you 
just need to set
 the variable =webpaste-paste-confirmation= to a value that is non-nil.
 
 Example:
-#+begin_src emacs-lisp :tangle yes
+#+begin_src emacs-lisp
   ;; Require confirmation before doing paste
   (setq webpaste-paste-confirmation t)
 #+end_src
@@ -93,7 +93,7 @@ enable the option =webpaste-open-in-browser= by setting this 
value to a
 non-nil value.
 
 Example:
-#+begin_src emacs-lisp :tangle yes
+#+begin_src emacs-lisp
   ;; Open recently created pastes in an external browser
   (setq webpaste-open-in-browser t)
 #+end_src



reply via email to

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