Changes between Version 21 and Version 22 of Emacs
- Timestamp:
- Dec 26, 2010, 12:29:46 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Emacs
v21 v22 2 2 3 3 This 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]9 4 10 5 == django-html-mumamo-mode == … … 47 42 48 43 == New django-mode, django-html-mode == 44 45 '''Status: works well''' 49 46 The 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. 50 47 This 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.