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

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

[nongnu] elpa/webpaste 9c5e921 234/298: WP-25: Add README for raw pastes


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 9c5e921 234/298: WP-25: Add README for raw pastes
Date: Thu, 9 Dec 2021 19:00:20 -0500 (EST)

branch: elpa/webpaste
commit 9c5e921c75af24cd5fff52b1b1fc19b4ea89b185
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    WP-25: Add README for raw pastes
---
 README.org | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.org b/README.org
index ece5046..37176e2 100644
--- a/README.org
+++ b/README.org
@@ -69,6 +69,17 @@ This can be added to the =:config= section of use-package:
       (setq webpaste-provider-priority '("ptpb.pw" "dpaste.de"))))
 #+END_SRC
 
+** Only paste plaintext pastes
+If you don't want language detection you can define the following parameter
+that will tell the language detection to not check what language it is and
+not return anything to make it fallback to plaintext.
+
+Example:
+#+begin_src emacs-lisp
+  ;; Only paste raw pastes
+  (setq webpaste-paste-raw-text t)
+#+end_src
+
 ** Confirm pasting with a yes/no confirmation before pasting
 To enable a confirmation dialog to always pop up and require you to confirm
 pasting before text is actually sent to a paste-provider you just need to set



reply via email to

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