Changes between Version 24 and Version 25 of Emacs
- Timestamp:
- Nov 16, 2011, 1:13:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Emacs
v24 v25 27 27 And append: 28 28 {{{ 29 (load "~/.emacs.d/nxhtml/autostart.el") 29 (autoload 'django-html-mumamo-mode "~/.emacs.d/nxhtml/autostart.el") 30 (setq auto-mode-alist 31 (append '(("\\.html?$" . django-html-mumamo-mode)) auto-mode-alist)) 30 32 (setq mumamo-background-colors nil) 31 33 (add-to-list 'auto-mode-alist '("\\.html$" . django-html-mumamo-mode))