commit b0efadb00ee0fa276d3a39fc110d450542318fcf parent db85fc68dd738657106245f7b98c69407cb7e325 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 30 Jun 2024 18:01:18 +0200 Throw one more coin in the form-feed jar Diffstat:
| M | itches/emacs/form-feed.md | | | 16 | ++++++++++++++++ |
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/itches/emacs/form-feed.md b/itches/emacs/form-feed.md @@ -80,6 +80,22 @@ vc-diff seems to fare better). Those could probably be fixed, but it feels like effort would be better spent improving core, for the reasons given above. +Also² `page-break-lines` causes Emacs ≥30 to hang with this recipe: + +``` elisp +;;; -*- lexical-binding: t -*- + +(custom-set-variables + '(global-page-break-lines-mode t nil (page-break-lines)) + '(inhibit-startup-screen t) + '(window-restore-killed-buffer-windows nil)) + +;; Start Emacs; current buffer = *scratch* +;; C-x t 2 ; new tab +;; C-x k RET ; kill *scratch* +;; C-TAB +``` + [who on Earth]: https://git.kevinlegouguec.net/dotfiles/tree/.emacs-custom.el ## Scratch pad