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

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

[nongnu] elpa/webpaste 01fd1d6 231/298: WP-25: Add custom to only paste


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 01fd1d6 231/298: WP-25: Add custom to only paste raw pastes
Date: Thu, 9 Dec 2021 19:00:20 -0500 (EST)

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

    WP-25: Add custom to only paste raw pastes
---
 webpaste.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/webpaste.el b/webpaste.el
index 344c933..0ca01f0 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -74,6 +74,12 @@ This uses `browse-url-generic' to open URLs."
   :type 'boolean)
 
 
+(defcustom webpaste-paste-raw-text nil
+  "Enable this to disable language detection to only make raw pastes."
+  :group 'webpaste
+  :type 'boolean)
+
+
 (defcustom webpaste-return-url-hook nil
   "Hook executed with the returned url as parameter."
   :group 'webpaste



reply via email to

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