Add specific configuration for internet.ee projects

This commit is contained in:
Maciej 2018-05-26 11:13:26 +03:00
parent 571182c9c1
commit 6bffa6e47f
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
3 changed files with 23 additions and 11 deletions

View file

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