Add page break lines mode

This commit is contained in:
Alexander Rosenberg 2023-10-24 01:14:38 -07:00
parent 1c8dd1be09
commit 7f64ecc06f
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -773,4 +773,9 @@ COMMAND and COMINT are like `compile'."
(projects . 5) (projects . 5)
(bookmarks . 5)))) (bookmarks . 5))))
;; page break lines
(use-package page-break-lines
:config
(global-page-break-lines-mode 1))
;;; init.el ends here ;;; init.el ends here