changeset 172 | fcea80b465b9 |
parent 167 | ddf856dec067 |
child 173 | 04b974b118c2 |
--- a/.emacs-my Mon Sep 14 12:27:49 2009 +0300 +++ b/.emacs-my Mon Sep 21 16:15:53 2009 +0300 @@ -799,7 +799,8 @@ (add-to-list 'auto-mode-alist '("\\.cu$" . c-mode)) -(setq comment-style (quote indent)) +(setq-default comment-style (quote indent)) +(setq-default comment-column 44) (setq-default show-trailing-whitespace t)