diff options
author | Alan Pearce | 2015-09-16 13:09:32 +0200 |
---|---|---|
committer | Alan Pearce | 2015-09-16 13:09:32 +0200 |
commit | 9896758b40392d1e3de20f598248382a161ac2eb (patch) | |
tree | 12a80e42faf22b0ba9e5df569d1d5077b859ec33 /tag-emacs/emacs.d/init.org | |
parent | 087c2ce7a4d5d9c71862f6869c9202f592c6c351 (diff) | |
download | nixfiles-9896758b40392d1e3de20f598248382a161ac2eb.tar.lz nixfiles-9896758b40392d1e3de20f598248382a161ac2eb.tar.zst nixfiles-9896758b40392d1e3de20f598248382a161ac2eb.zip |
Emacs: Install page-break-lines mode
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 10 |
1 files changed, 10 insertions, 0 deletions
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 |