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

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

[nongnu] elpa/webpaste 0df8ea0 144/298: Hide some options from customize


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 0df8ea0 144/298: Hide some options from customize
Date: Thu, 9 Dec 2021 19:00:02 -0500 (EST)

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

    Hide some options from customize
    
    These shouldn't really be set easily. You can always do by reading the
    code and just make changes. But for someone happily browsing around in
    customize it's a bad idea to change these...
---
 webpaste.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/webpaste.el b/webpaste.el
index 9db68d7..2517971 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -65,8 +65,7 @@ default to all providers in order defined in 
‘webpaste-providers’ list."
     (python-mode . "python")
     (yaml-mode . "yaml"))
   "Alist that maps `major-mode' names to language names."
-  :type '(alist :key-type symbol :value-type string)
-  :group 'webpaste)
+  :type '(alist :key-type symbol :value-type string))
 
 
 (defcustom webpaste/paste-confirmation nil
@@ -329,7 +328,6 @@ Optional params:
 Consists of provider name and lambda function to do the actuall call to the
 provider.  The lamda should call ‘webpaste-return-url’ with resulting url to
 return it to the user."
-  :group 'webpaste
   :type  '(alist :key-type (string :tag "provider name")
                  :value-type (sexp :tag "webpaste-provider function definition 
for the provider")))
 



reply via email to

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