Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08a949 commit 9e277dbCopy full SHA for 9e277db
1 file changed
Misc/python-mode.el
@@ -74,6 +74,8 @@
74
;; write-file-hooks that runs untabify on the whole buffer (to work
75
;; around potential tab/space mismatch problems). In practice this
76
;; hasn't been a problem... yet.
77
+;; - have py-execute-region on indented code act as if the region is
78
+;; left justified. Avoids syntax errors.
79
80
;; If you can think of more things you'd like to see, drop me a line.
81
;; If you want to report bugs, use py-submit-bug-report (C-c C-b).
0 commit comments