This page was added because I was often asked how to do some of the things I do in Emacs when coding.
You can download all the files listed below so it is easily extractable.
You can download the .emacs.d files if you want themes, svn utilities, gtk doc and gtk alignment functions
You can download the .emacs file if you want to see what shortcuts I use.
You can download the SVN ChangeLog preparation script, the GIT-SVN ChangeLog preparation script and the CVS ChangeLog preparation script.
First add these to your /etc/apt/sources.list (you can
change gutsy
for edgy
, etc):
deb http://ppa.launchpad.net/avassalotti/ubuntu gutsy main
deb-src http://ppa.launchpad.net/avassalotti/ubuntu gutsy main
Finally, run either apt-get or aptitude to fetch and install the packages:
sudo aptitude update
sudo aptitude install emacs-snapshot emacs-snapshot-el
I also set up the fixed font which I think looks better:
echo "Emacs.font: Monospace-10" >> ~/.Xresources
xrdb -merge ~/.Xresources