Moved columns
This commit is contained in:
parent
47a1e52873
commit
827f5efb0a
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
(add-hook 'c-mode-hook
|
(add-hook 'c-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(column-marker-1 72)
|
(column-marker-1 73)
|
||||||
(column-marker-2 80)))
|
(column-marker-2 81)))
|
||||||
(add-hook 'html-mode-hook
|
(add-hook 'html-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(column-marker-1 72)
|
(column-marker-1 73)
|
||||||
(column-marker-2 80)))
|
(column-marker-2 81)))
|
||||||
|
|
Loading…
Reference in a new issue