Skip to content

Commit

Permalink
feat(python): change default setting for adding colon after paren to …
Browse files Browse the repository at this point in the history
…disabled

See issue #1075
  • Loading branch information
Fuco1 committed Jan 18, 2023
1 parent 00382f6 commit 7afd647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartparens-python.el
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7afd647

Please sign in to comment.