[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/page-break-lines 85cec0af15 11/80: Enable page-break-lines
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/page-break-lines 85cec0af15 11/80: Enable page-break-lines in outline-mode |
Date: |
Tue, 5 Sep 2023 04:03:04 -0400 (EDT) |
branch: elpa/page-break-lines
commit 85cec0af15bebea7253986930002fcf0a5164e4d
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Commit: Sebastian Wiesner <lunaryorn@gmail.com>
Enable page-break-lines in outline-mode
Makes the NEWS file (`C-h n`) much nicer to read.
---
page-break-lines.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/page-break-lines.el b/page-break-lines.el
index 4fef549a5d..22c6238439 100644
--- a/page-break-lines.el
+++ b/page-break-lines.el
@@ -52,7 +52,7 @@
:type 'character
:group 'page-break-lines)
-(defcustom page-break-lines-modes '(emacs-lisp-mode compilation-mode)
+(defcustom page-break-lines-modes '(emacs-lisp-mode compilation-mode
outline-mode)
"Modes in which to enable `page-break-lines-mode'."
:type '(repeat symbol)
:group 'page-break-lines)
- [nongnu] elpa/page-break-lines 2e1d274e11 60/80: Prefer "elisp" for code blocks, (continued)
- [nongnu] elpa/page-break-lines 2e1d274e11 60/80: Prefer "elisp" for code blocks, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 31f1fbe0e3 62/80: Prefer set-display-table-slot to raw aset, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c82759f267 50/80: Add Patreon badge, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines d16df692b3 48/80: Fix checkdoc warning, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 6fb993a420 61/80: There's no need to autoload the custom vars, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 5872e5d51c 54/80: Fix disabling when major mode is derived from one of p-b-l-modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines fd3b7e38ad 53/80: Drop redundant byte-compile-warnings flag, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines cc283621c6 77/80: Add Emacs 28.1 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 3b8549cd41 75/80: Add Emacs 27.2 to CI matrix, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c4283f580f 79/80: Release 0.15, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 85cec0af15 11/80: Enable page-break-lines in outline-mode,
ELPA Syncer <=
- [nongnu] elpa/page-break-lines fc6e1c648c 14/80: Merge pull request #2 from drothlis/derived-modes, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 1f71eb258a 18/80: Add note about the use of text-scale-{increase, decrease}, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 077aba9ced 20/80: Set checkdoc-minor-mode locally using var, not exec, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines a294b61364 30/80: Swap section order to avoid byte compilation warning, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 9229260e88 39/80: Drop mention of marmalade, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 128f1fe3eb 40/80: Not to intefere with buffers not in page-break-lines-modes., ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 5e9ed86bb5 80/80: Ignore all .elc files, ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines 69caea0703 74/80: Remove obsolete alias (fixes #33), ELPA Syncer, 2023/09/05
- [nongnu] elpa/page-break-lines c133848345 44/80: Merge pull request #13 from knu/char-width, ELPA Syncer, 2023/09/05