diff options
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 |
