Changes between Version 21 and Version 22 of Emacs


Ignore:
Timestamp:
Dec 26, 2010, 12:29:46 PM (14 years ago)
Author:
myfreeweb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Emacs

    v21 v22  
    22
    33This page lists some helpers to edit django templates with the Emacs editor.
    4 
    5  * [http://code.djangoproject.com/wiki/Emacs#django-html-mumamo-mode nXhtml and django-html-mumamo-mode]
    6  * [http://code.djangoproject.com/wiki/Emacs#django-mode django-mode]
    7  * [http://code.djangoproject.com/wiki/Emacs#django-html-mode django-html-mode]
    8  * [http://code.djangoproject.com/wiki/Emacs#Yasnippet Yasnippet]
    94
    105== django-html-mumamo-mode ==
     
    4742
    4843== New django-mode, django-html-mode ==
     44
     45'''Status: works well'''
    4946The latest and greatest mode for all things Django is [http://github.com/myfreeweb/django-mode here]. You can add this as a git submodule if you manage your Emacs configuration with Git, or just download if you don't.
    5047This mode includes snippets for [http://code.google.com/p/yasnippet YASnippet], Emacs functions for executing manage.py commands and jumping. Included django-html-mode is based on nxml-mode. Both modes have functions for quickly marking strings for translation.
Back to Top