Change page break plugin

This commit is contained in:
2025-10-25 21:42:00 -07:00
parent a310e12771
commit b70db29a1a
2 changed files with 14 additions and 6 deletions

12
init.el
View File

@ -3616,13 +3616,13 @@ one of the normal rainbow-delimiters-depth-N-face faces."
(dictionary-read-word-function . #'dictionary-completing-read-word)
(dictionary-read-dictionary-function . #'dictionary-completing-read-dictionary))
;; page break lines
(use-package page-break-lines
;; prettify ^L characters
(use-package form-feed
:custom-face
(form-feed-line ((((type graphic)) :strike-through "#555556")
(((type tty)) :inherit font-lock-comment-face :underline t)))
:config
(global-page-break-lines-mode 1)
(add-to-list 'page-break-lines-modes 'prog-mode)
(add-to-list 'page-break-lines-modes 'text-mode)
(add-to-list 'page-break-lines-modes 'helpful-mode))
(global-form-feed-mode 1))
;; fun!
(use-package mines