Add working python mode

This commit is contained in:
Maciej Szlosarczyk 2017-08-04 12:56:14 +03:00
parent cc78325898
commit bc1138eb06
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
4 changed files with 33 additions and 1 deletions

View file

@ -108,6 +108,13 @@
(column-enforce-mode -1)
(column-enforce-mode 1))
(defun set-width-79 ()
"Set line length to 79 columns."
(interactive)
(setq column-enforce-column 79)
(column-enforce-mode -1)
(column-enforce-mode 1))
(defun set-width-120 ()
"Set line length to 120 columns."
(interactive)