diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-06-30 18:01:18 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-06-30 18:01:18 +0200 |
| commit | b0efadb00ee0fa276d3a39fc110d450542318fcf (patch) | |
| tree | 458b8fa44925658d46d1c909200aba628b58fe34 /itches/emacs/form-feed.md | |
| parent | db85fc68dd738657106245f7b98c69407cb7e325 (diff) | |
| download | memory-leaks-b0efadb00ee0fa276d3a39fc110d450542318fcf.tar.xz | |
Throw one more coin in the form-feed jar
Diffstat (limited to 'itches/emacs/form-feed.md')
| -rw-r--r-- | itches/emacs/form-feed.md | 16 |
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 |
