summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-column-marker.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/20-column-marker.el')
-rw-r--r--emacs.d/20-column-marker.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/emacs.d/20-column-marker.el b/emacs.d/20-column-marker.el
index 902e8e0..6243d0b 100644
--- a/emacs.d/20-column-marker.el
+++ b/emacs.d/20-column-marker.el
@@ -2,4 +2,9 @@
(add-hook 'c-mode-hook
(lambda ()
- (column-marker-1 80)))
+ (column-marker-1 72)
+ (column-marker-2 80)))
+(add-hook 'html-mode-hook
+ (lambda ()
+ (column-marker-1 72)
+ (column-marker-2 80)))