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

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

[nongnu] elpa/smartparens 7afd647395 4/4: feat(python): change default s


From: ELPA Syncer
Subject: [nongnu] elpa/smartparens 7afd647395 4/4: feat(python): change default setting for adding colon after paren to disabled
Date: Wed, 18 Jan 2023 16:02:53 -0500 (EST)

branch: elpa/smartparens
commit 7afd647395018a26633673ed92ce7a9cb3ccb8f2
Author: Matus Goljer <matus.goljer@gmail.com>
Commit: Matus Goljer <matus.goljer@gmail.com>

    feat(python): change default setting for adding colon after paren to 
disabled
    
    See issue #1075
---
 smartparens-python.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smartparens-python.el b/smartparens-python.el
index 93698ce572..87fb540110 100644
--- a/smartparens-python.el
+++ b/smartparens-python.el
@@ -51,7 +51,7 @@
   "smartparens settings for python-mode"
   :group 'smartparens)
 
-(defcustom sp-python-insert-colon-in-function-definitions t
+(defcustom sp-python-insert-colon-in-function-definitions nil
   "If non-nil, auto-insert a colon after parens insertion in definition.
 
 Supported definitions are:



reply via email to

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