From f54590f4be40ff41fc99d5214b1f00d58075237b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 22 Aug 2021 15:05:05 -0500 Subject: Replace form-feed with page-break-lines --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 8925028..474bb1d 100644 --- a/init.el +++ b/init.el @@ -1178,9 +1178,6 @@ successive invocations." (autoload 'fennel-repl "fennel-mode" nil t) (:file-match "\\.fnl\\'")) -;; (setup (:straight form-feed) -;; (global-form-feed-mode +1)) - (setup (:straight gcmh) (:option gcmh-idle-delay 'auto) (gcmh-mode +1)) @@ -1423,6 +1420,9 @@ successive invocations." (setup (:straight org-appear) (:hook-into org-mode))) +(setup (:straight page-break-lines) + (global-page-break-lines-mode +1)) + (setup (:straight paredit) ;; I don't use paredit-splice-sexp much, and it stomps on isearch. -- cgit 1.4.1-21-gabe81