2 # Show Emacs and Erlang configuration instructions for distel.
3 # $Id: distel.install,v e60df2b8d51d 2008/07/08 23:30:22 jbromley $
5 if sh -c 'install-info --version' > /dev/nul 2>&1; then
6 if [ -f /usr/share/info/distel.gz ]; then
8 install-info --info-dir=/usr/share/info distel.gz
15 ==> To automatically enable the erlang-extended-mode for editing Erlang
16 ==> files, make sure the distel elisp directory is on your load path and
17 ==> add this to your ~/.emacs:
20 ==> (add-hook 'erlang-mode-hook 'distel-erlang-mode-hook)
22 ==> To have Distel's erlang support libraries available in all your
23 ==> nodes, add this line to your ~/.erlang:
25 ==> code:add_pathz("/usr/share/distel/ebin").