Explain we have python-indent-electric-colon
This commit is contained in:
parent
cb42456fc6
commit
67845102b2
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@
|
|||
|
||||
;; Indentation: Automatic indentation with indentation cycling is
|
||||
;; provided, it allows you to navigate different available levels of
|
||||
;; indentation by hitting <tab> several times.
|
||||
;; indentation by hitting <tab> several times. Also when inserting a
|
||||
;; colon the `python-indent-electric-colon' command is invoked and
|
||||
;; causes the current line to be dedented automatically if needed.
|
||||
|
||||
;; Movement: `beginning-of-defun' and `end-of-defun' functions are
|
||||
;; properly implemented. A `beginning-of-innermost-defun' is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue