summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-22 15:05:05 -0500
committerCase Duckworth2021-08-22 15:05:05 -0500
commitf54590f4be40ff41fc99d5214b1f00d58075237b (patch)
tree992ea030b49ef99f7225dca09da0ba0d91de5fae /init.el
parentDon't save a custom file at all (diff)
downloademacs-f54590f4be40ff41fc99d5214b1f00d58075237b.tar.gz
emacs-f54590f4be40ff41fc99d5214b1f00d58075237b.zip
Replace form-feed with page-break-lines
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index 8925028..474bb1d 100644 --- a/init.el +++ b/init.el
@@ -1178,9 +1178,6 @@ successive invocations."
1178 (autoload 'fennel-repl "fennel-mode" nil t) 1178 (autoload 'fennel-repl "fennel-mode" nil t)
1179 (:file-match "\\.fnl\\'")) 1179 (:file-match "\\.fnl\\'"))
1180 1180
1181;; (setup (:straight form-feed)
1182;; (global-form-feed-mode +1))
1183
1184(setup (:straight gcmh) 1181(setup (:straight gcmh)
1185 (:option gcmh-idle-delay 'auto) 1182 (:option gcmh-idle-delay 'auto)
1186 (gcmh-mode +1)) 1183 (gcmh-mode +1))
@@ -1423,6 +1420,9 @@ successive invocations."
1423 (setup (:straight org-appear) 1420 (setup (:straight org-appear)
1424 (:hook-into org-mode))) 1421 (:hook-into org-mode)))
1425 1422
1423(setup (:straight page-break-lines)
1424 (global-page-break-lines-mode +1))
1425
1426(setup (:straight paredit) 1426(setup (:straight paredit)
1427 1427
1428 ;; I don't use paredit-splice-sexp much, and it stomps on isearch. 1428 ;; I don't use paredit-splice-sexp much, and it stomps on isearch.