summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2024-06-30 18:01:18 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2024-06-30 18:01:18 +0200
commitb0efadb00ee0fa276d3a39fc110d450542318fcf (patch)
tree458b8fa44925658d46d1c909200aba628b58fe34
parentdb85fc68dd738657106245f7b98c69407cb7e325 (diff)
downloadmemory-leaks-b0efadb00ee0fa276d3a39fc110d450542318fcf.tar.xz
Throw one more coin in the form-feed jar
-rw-r--r--itches/emacs/form-feed.md16
1 files changed, 16 insertions, 0 deletions
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