Changes between Version 22 and Version 23 of Emacs
- Timestamp:
- Dec 26, 2010, 12:30:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Emacs
v22 v23 43 43 == New django-mode, django-html-mode == 44 44 45 '''Status: works well''' 45 '''Status: works well.''' 46 46 47 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. 47 48 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.