[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/page-break-lines 965bc23670 03/80: Add a basic README
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/page-break-lines 965bc23670 03/80: Add a basic README |
Date: |
Tue, 5 Sep 2023 04:03:03 -0400 (EDT) |
branch: elpa/page-break-lines
commit 965bc236700428743ba980c77140025688ac1a2c
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>
Add a basic README
---
README.md | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..a666237ba1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+page-break-lines.el
+===================
+
+This Emacs library provides a global mode which displays ugly form feed
+characters as tidy horizontal rules.
+
+Installation
+=============
+
+If you choose not to use one of the convenient
+packages in [Melpa][melpa] and [Marmalade][marmalade], you'll need to
+add the directory containing `page-break-lines.el` to your `load-path`, and
+then `(require 'page-break-lines)`.
+
+Usage
+=====
+
+Enable `page-break-lines-mode` globally like this:
+
+ (turn-on-page-break-lines-mode)
+
+[marmalade]: http://marmalade-repo.org
+[melpa]: http://melpa.milkbox.net
+
+<hr>
+
+[![](http://api.coderwall.com/purcell/endorsecount.png)](http://coderwall.com/purcell)
+
+[![](http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15.png)](http://uk.linkedin.com/in/stevepurcell)
- [nongnu] elpa/page-break-lines 9c3140f88c 06/80: Docstring updates, (continued)
- [nongnu] elpa/page-break-lines 9c3140f88c 06/80: Docstring updates, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines b836f614db 09/80: Better docstring for customization group, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines dd8387ab74 08/80: Indentation fix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 2298a8769a 21/80: Also enable by default in scheme and lisp modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 71f1eacbaf 07/80: Add missing autoload, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 502aee8208 16/80: Add more information about font width issue, and provide workaround, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 260bdd6a86 24/80: Also shorten rule by one character in console windows (fixes #6), ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 610887764e 27/80: Update MELPA URLs, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 36d3f93a23 34/80: More efficiently update display tables, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 92d7d1b699 33/80: Also update display tables via after-setting-font-hook, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 965bc23670 03/80: Add a basic README,
ELPA Syncer <=
- [nongnu] elpa/page-break-lines d1d87ba829 17/80: Mark up code in README as lisp, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 5d0e9d140a 22/80: Add help-mode to the list of default modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines b75fe828dc 26/80: Add MELPA badges, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines eb42a4150d 19/80: Omit redundant buffer argument to minibufferp, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 17ef8e30de 64/80: Add FUNDING.yml, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines ae1c006598 52/80: Current code requires Emacs 24.4, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 2da89cae7d 66/80: Add fboundp check for line-number-display-width, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 79eca86e06 78/80: Add Emacs 28.2 to CI, cut down size of matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 8d397a9471 72/80: Fix link, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 4285943db3 13/80: Enable in derived modes of `page-break-lines-modes', ELPA Syncer, 2023/09/05