[Python-mode] how to install python-mod

Skip Montanaro skip at pobox.com
Thu Jun 23 21:14:29 CEST 2005


    Lukasz> Please, write it somewhere at
    Lukasz> http://python-mode.sourceforge.net/docs/...  I am quite a newbie
    Lukasz> to Emacs.

Once I get back to the nascent documentation I'll add a blurb about
installing it.  Generally, you just drop python-mode.el in some directory on
load-path and add

    (setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist))

to your .emacs file.

-- 
Skip Montanaro
skip at pobox.com


More information about the Python-mode mailing list