summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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.