(require 'column-marker)
(add-hook 'c-mode-hook
(lambda ()
(column-marker-1 72)
(column-marker-2 80)))
(add-hook 'html-mode-hook