Presenter | Michael Olson
HTML | http://mwolson.org/notes/PlugEmacsConfPresentation.html
PDF | http://mwolson.org/notes/PlugEmacsConfPresentation.pdf
Date | 2007-02-09
* Beginnings
See PlugEmacsBasics for an introduction to what Emacs is, and what it
is useful for.
* An example configuration
Most of the presentation will involve going over a sample
configuration file. To obtain this file, do the following.
1. Download [[plug-emacs-conf-files.tar.gz]].
2. Extract this somewhere
3. Move the elisp directory to ~/elisp.
4. =mv ~/.emacs ~/.emacs.old=
5. =mv ~/elisp/dotemacs ~/.emacs=
This renames your old =.emacs= file to =.emacs.old=, and installs the
sample =.emacs= file to =~/.emacs=.
Now on to the configuration file. Feel free to follow along on your
lab machine if you like.