# HG changeset patch # User Oleksandr Gavenko # Date 1255359201 -10800 # Node ID 75ce786c114849a05908cd4e1828ea18933d151a # Parent 77fdd4bce6c810f9c4808b30bc7bf3056aae731d set comment-fill-column to 100. diff -r 77fdd4bce6c8 -r 75ce786c1148 .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)