From 4845fed4b7d37e4d57e97583d9beea91e4bc810f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 15 Aug 2025 14:11:06 +0200 Subject: Drop page-break-lines from Emacs config A built-in implementation is cooking over at bug#77544; meanwhile, page-break-lines has been janking on occasion (e.g. when looking at diffs, in Magit or in email attachments). --- .config/emacs/custom.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/emacs/custom.el') diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index fa63a6d..af500dd 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -23,7 +23,6 @@ '(footnote-section-tag "") '(frame-resize-pixelwise t) '(gdb-many-windows t) - '(global-page-break-lines-mode t nil (page-break-lines)) '(gnus-cloud-method "nnimap:gmail") '(highlight-nonselected-windows t) '(hscroll-step 1) @@ -34,7 +33,6 @@ '(lua-indent-level 2) '(menu-bar-mode nil) '(minibuffer-depth-indicate-mode t) - '(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode)) '(read-char-by-name-sort 'code) '(repeat-mode t) '(scroll-bar-mode nil) -- cgit v1.2.3