I've been a pretty adamant user of nano as my text editor for quite awhile for sake of simplicity. However, now I'm becoming a bit more "seasoned" and wanted to step up to a big-boy editor like emacs.
I know that emacs is highly customizable, and thought of something that I'd like to do. Is there a way to create a generic heading for files created of a certain filetype?
For example, if I make a .* file, could I generate something similar to Xcode's generated "heading"?
//*************************************************************
//
// filename.*
//
// Created by some_static_user on MM/DD/YY.
// Copyright (c) YYYY some_static_user. All rights reserved.
//
//*************************************************************
It would be lovely and save me some time. Besides, I know there are some emacs apologists who would love to make an emac user out of me.
Thanks for your time and I hope this isn't too trivial.
erip