diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-07-14 12:58:28 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-07-14 12:58:28 +0000 |
commit | 468ef20f1159d0dfd752d89f3c7b9c09c53213a3 (patch) | |
tree | ba192a1f1e65d10e54140063fa0d400050ad3bf6 /misc/Makefile | |
parent | cf72e85dff2b53d181da49f05ccc58f0d55c50da (diff) | |
download | ports-468ef20f1159d0dfd752d89f3c7b9c09c53213a3.tar.gz ports-468ef20f1159d0dfd752d89f3c7b9c09c53213a3.zip |
boxquote provides a set of functions for using a text quoting style that
partially boxes in the left hand side of an area of text, such a marking
style might be used to show externally included text or example code.
,----
| The default style looks like this.
`----
A number of functions are provided for quoting a region, a buffer, a
paragraph and a defun. There are also functions for quoting text while
pulling it in, either by inserting the contents of another file or by
yanking text into the current buffer.
WWW: http://www.davep.org/emacs/#boxquote.el
Notes
Notes:
svn path=/head/; revision=167788
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ce58ece2bfd2..65434e24c254 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -30,6 +30,7 @@ SUBDIR += bogosort SUBDIR += bottlerocket SUBDIR += boxes + SUBDIR += boxquote.el SUBDIR += brs SUBDIR += bsdiff SUBDIR += buffer |