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