Changes between Version 29 and Version 30 of Emacs
- Timestamp:
- Dec 11, 2020, 12:34:23 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Emacs
v29 v30 75 75 == django-html-mumamo-mode == 76 76 77 '''Status: works well.'''77 '''Status: as of December 2020, appears to be abandoned''' 78 78 79 79 MUltiple MAjor MOde is an extension for Emacs that allows one buffer to use multiple modes for different stretches of text. It's bundled with [http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html nXhtml], and now includes a django-html-mumamo-mode for Django templates. … … 115 115 == New django-mode, django-html-mode == 116 116 117 '''Status: works well.'''117 '''Status: as of December 2020, appears to be no longer actively maintained''' 118 118 119 119 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. … … 137 137 == web-mode == 138 138 139 '''Status: maintained.'''139 '''Status: as of December 2020, appears to be actively maintained.''' 140 140 141 141 Autonomous major mode for editing web templates aka HTML files embedding JS/CSS and code blocks.