legacy-dotfiles/emacs.d/20-column-marker.el

11 lines
211 B
EmacsLisp
Raw Normal View History

(require 'column-marker)
(add-hook 'c-mode-hook
(lambda ()
2011-03-24 21:05:11 +01:00
(column-marker-1 73)
(column-marker-2 81)))
2011-03-23 22:40:47 +01:00
(add-hook 'html-mode-hook
(lambda ()
2011-03-24 21:05:11 +01:00
(column-marker-1 73)
(column-marker-2 81)))