e0b4177230
An excerpt from the website: I took the mediawiki mode from an old copy on wikipedia.org and refactored the code to use internal Emacs url-http libraries. I also added customization and a site alist so that you can easily toggle between different mediawiki sites. Finally, I added a page ring so that by using M-p and M-n in any mediawiki.el buffer, you can go forwards and backwards.
12 lines
393 B
Text
12 lines
393 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2012/07/20 08:35:53 phonohawk Exp $
|
|
|
|
Append the following line to your .emacs file:
|
|
|
|
(require 'mediawiki)
|
|
|
|
Then do some customization, especially `mediawiki-site-alist':
|
|
|
|
M-x customize-group RET mediawiki RET
|
|
|
|
===========================================================================
|