Merge branch 'master' of https://github.com/lairdm/bioperl-live
[bioperl-live.git] / ide / bioperl-mode / README
blob3d312b1cb3bc6bf428cb9bd3cd11a69e0b972465
1 $Id$
3 bioperl-mode : a minor mode for BioPerl documentation and template insertion
5 Release 0.1
7 == Description ==
9 bioperl-mode is an Emacs minor mode that allows rapid browsing of
10 BioPerl pod and source code. It contains facilities for inserting
11 coding and documentation templates that save typing and ensure BioPerl
12 best practice compliance.
14 See http://www.bioperl.org/wiki/Emacs_bioperl-mode for a full
15 description and list of features.
17 == Installation ==
19 Copy the file dist/bioperl-mode.tar into your Emacs root directory,
20 often 
22  /usr/share/emacs/[version]/ 
24 in Linux, or 
26  C:\Program Files\emacs-[version]\ 
28 in Windows.
30 Untar in situ with
32  $ tar -xf bioperl-mode.tar
34 In your .emacs file, add the line
36  (require 'bioperl-mode)
38 and restart.
40 Source files are available in site-lisp and etc directories.
42 For more details, see http://www.bioperl.org/wiki/Emacs_bioperl-mode.
44 == Support == 
46 Please direct questions to bioperl-l@lists.open-bio.org
48 Happy coding!