diff --git a/init.el b/init.el index f9bf305..a4b9b48 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 + (page-break-lines-mode 1)) + ;;; init.el ends here