Changes between Version 16 and Version 17 of Emacs


Ignore:
Timestamp:
May 1, 2010, 4:34:23 AM (14 years ago)
Author:
d3f3nd3r
Comment:

added setup instructions for django-html-mumamo-mode

Legend:

Unmodified
Added
Removed
Modified
  • Emacs

    v16 v17  
    6969 * ... and '''all the benefits''' of [http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html nXhtml]
    7070
     71
     72To get nXhtml (includes django-html-mumamo-mode), run on a shell:
     73{{{
     74bzr branch lp:nxhtml
     75}}}
     76And append something like that:
     77{{{
     78(load "~/.emacs.d/vendor/nxhtml/autostart.el")
     79}}}
     80to your .emacs.
     81
     82To use django-html-mumamo-mode run:
     83{{{
     84M-x django-html-mumamo-mode
     85}}}
     86
    7187Sample screenshot:
    7288
Back to Top