Add specific configuration for internet.ee projects
This commit is contained in:
parent
571182c9c1
commit
6bffa6e47f
3 changed files with 23 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue