Emacs tip of the day: set comment column
You may have known about the automatic comment insertion shortcut:
M-;
But did you know you can set the column at which this command inserts comments? Simply situate the cursor at the desired column and hit:
C-x ;
Quite useful for formatting header comments!