Add working python mode
This commit is contained in:
parent
cc78325898
commit
bc1138eb06
4 changed files with 33 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue