From b0efadb00ee0fa276d3a39fc110d450542318fcf Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 30 Jun 2024 18:01:18 +0200 Subject: Throw one more coin in the form-feed jar --- itches/emacs/form-feed.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'itches/emacs') diff --git a/itches/emacs/form-feed.md b/itches/emacs/form-feed.md index 1009074..16d618b 100644 --- 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 -- cgit v1.2.3