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.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/20-column-marker.el b/emacs.d/20-column-marker.el
new file mode 100644
index 0000000..902e8e0
--- /dev/null
+++ b/emacs.d/20-column-marker.el
@@ -0,0 +1,5 @@
+(require 'column-marker)
+
+(add-hook 'c-mode-hook
+ (lambda ()
+ (column-marker-1 80)))