diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el index 89c3ecd..2af8e85 100644 --- a/init.el +++ b/init.el | |||
@@ -1178,8 +1178,8 @@ 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) | 1181 | ;; (setup (:straight form-feed) |
1182 | (global-form-feed-mode +1)) | 1182 | ;; (global-form-feed-mode +1)) |
1183 | 1183 | ||
1184 | (setup (:straight gcmh) | 1184 | (setup (:straight gcmh) |
1185 | (:option gcmh-idle-delay 'auto) | 1185 | (:option gcmh-idle-delay 'auto) |