From 9896758b40392d1e3de20f598248382a161ac2eb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 16 Sep 2015 13:09:32 +0200 Subject: Emacs: Install page-break-lines mode --- tag-emacs/emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ee06ec87..ccbfb361 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -361,6 +361,16 @@ these settings are particularly useful (t . t))) #+END_SRC +** Page Breaks + +By default, Emacs displays page breaks as ^L. Lines look much nicer. + +#+BEGIN_SRC emacs-lisp + (req-package page-break-lines + :defer 5 + :config (global-page-break-lines-mode)) +#+END_SRC + * Files ** Auto-saving -- cgit 1.4.1