summaryrefslogtreecommitdiffstats
path: root/emacs.d/20-column-marker.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-23 22:40:47 +0100
committerGravatar Tom Willemsen2011-03-23 22:40:47 +0100
commit47a1e52873173aa3f392cc62c23fcba3b9edeceb (patch)
tree2c501dea68a192e8b380708a1840834ce0e2730a /emacs.d/20-column-marker.el
parentd276deee4d29d0363d32a66f23f66629d8a96844 (diff)
downloaddotfiles-47a1e52873173aa3f392cc62c23fcba3b9edeceb.tar.gz
dotfiles-47a1e52873173aa3f392cc62c23fcba3b9edeceb.zip
Minor tweaks
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)))