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

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

[nongnu] elpa/webpaste a8b682a 239/298: Add toml lang to ptpb.pw default


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste a8b682a 239/298: Add toml lang to ptpb.pw default
Date: Thu, 9 Dec 2021 19:00:21 -0500 (EST)

branch: elpa/webpaste
commit a8b682a921556c8ca54804d6b1b706966dfebaea
Author: Kaushal Modi <kaushal.modi@gmail.com>
Commit: Kaushal Modi <kaushal.modi@gmail.com>

    Add toml lang to ptpb.pw default
---
 webpaste.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/webpaste.el b/webpaste.el
index 229efab..ce12f2e 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -92,7 +92,8 @@ This uses `browse-url-generic' to open URLs."
      :post-field "c"
      :lang-uri-separator "/"
      :lang-overrides ((emacs-lisp-mode . "elisp")
-                      (nix-mode . "nix"))
+                      (nix-mode . "nix")
+                      (conf-toml-mode . "toml"))
      :success-lambda webpaste--providers-success-location-header)
 
     ("ix.io"



reply via email to

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