From 7f64ecc06f99cb72bff13d1a9735f7b3327d1b66 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Tue, 24 Oct 2023 01:14:38 -0700 Subject: [PATCH] Add page break lines mode --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index f9bf305..119d194 100644 --- a/init.el +++ b/init.el @@ -773,4 +773,9 @@ COMMAND and COMINT are like `compile'." (projects . 5) (bookmarks . 5)))) +;; page break lines +(use-package page-break-lines + :config + (global-page-break-lines-mode 1)) + ;;; init.el ends here