set comment-fill-column to 100.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 12 Oct 2009 17:53:21 +0300
changeset 180 75ce786c1148
parent 179 77fdd4bce6c8
child 181 55d8d0ebdccd
set comment-fill-column to 100.
.emacs-my
--- a/.emacs-my	Mon Oct 12 17:47:05 2009 +0300
+++ b/.emacs-my	Mon Oct 12 17:53:21 2009 +0300
@@ -798,6 +798,7 @@
 
 (setq-default comment-style (quote indent))
 (setq-default comment-column 44)
+(setq-default comment-fill-column 100)
 
 (setq-default show-trailing-whitespace t)