File: mmm-mode.README.Debian

package info (click to toggle)
mmm-mode 0.5.4-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 784 kB
  • ctags: 307
  • sloc: lisp: 3,551; sh: 558; makefile: 42
file content (18 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* emacs 23
  
  This package now includes extra fixes for emacs 23++ 
  by Steve Purcell (from https://github.com/purcell/mmm-mode/, as 
  the official upstream CVS seams dormant/dead).

* autoload vs. always on

  We now autoload mmm-mode, but we don't actually turn it on because
  that represents a performance hit that we don't want to unilaterally
  impose on all emacs users.

  So, if you want to use mmm-mode, you'll need to:

  (setq mmm-global-mode 'maybe)


 -- Alexander Zangerl <az@debian.org>, Fri, 11 May 2012 00:04:17 +1000