summaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-08-15 14:11:06 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-08-16 18:43:35 +0200
commit4845fed4b7d37e4d57e97583d9beea91e4bc810f (patch)
treee87a9ac749263c6b770b7af7a5745edba465f73a /.config/emacs/custom.el
parentc1fdea62dec8f7170517e97edcbfe1cdfddf5c2b (diff)
downloaddotfiles-4845fed4b7d37e4d57e97583d9beea91e4bc810f.tar.xz
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).
Diffstat (limited to '.config/emacs/custom.el')
-rw-r--r--.config/emacs/custom.el2
1 files changed, 0 insertions, 2 deletions
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)