This is a read-only mirror of pymolwiki.org
User:BorisKheyfets
Revision as of 09:47, 27 October 2012 by BorisKheyfets (talk | contribs) (Created page with "== Emacs == Emacs is text editor in which You can easily write functions which transform text. * Simple emacs mode for [https://github.com/bk322/bk_elisps/blob/master/modes/bk-pm...")
Emacs
Emacs is text editor in which You can easily write functions which transform text.
- Simple emacs mode for PyMOL's pml scripts
- Simple emacs mode for pdb files (I'm only interested in ATOM records)
Pygments
I use sphinx for notes of all kinds. And sphinx uses pygments to color code. So I write pygment lexers (highlight rules).
- Simple pygments lexer for PyMOL's pml scripts
- Simple pygments lexer for pdb files (I'm only interested in ATOM records)
PyMOL scripts
I do coarse grained molecular dynamics in Gromacs.