Changes between Version 24 and Version 25 of Emacs


Ignore:
Timestamp:
Nov 16, 2011, 1:13:56 PM (13 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Emacs

    v24 v25  
    2727And append:
    2828{{{
    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))
    3032(setq mumamo-background-colors nil)
    3133(add-to-list 'auto-mode-alist '("\\.html$" . django-html-mumamo-mode))
Back to Top