File: README.md

package info (click to toggle)
post-el 1%3A2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 172 kB
  • sloc: lisp: 933; sh: 43; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
post-mode
=========

This is a major mode for use with [mutt](http://www.mutt.org/), slrn, or most
email and newsreaders that allow you to use an external editor.

Installation
------------

Add the following line to the .emacs(.el) file in your home directory:

    (load "/your/local/path/to/this/file/post")

Note that you can omit the ".el" from the file name when calling load.

If you want to make it available to all your users, type `\C-h v
load-path RET`, pick an appropriate directory for `post.el`, and modify
your sitewide `default.el` to `(require 'post)`.

You may find the latest version of this mode at
http://github.com/zedinosaur/post-mode/