diff options
author | Case Duckworth | 2021-08-21 09:10:14 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-21 09:10:14 -0500 |
commit | 5d7615683e52e8647b251d735628aaffe49f472f (patch) | |
tree | 77c03f878f20ed8e977f702486a05f7febc4d7d4 | |
parent | Rewrite early-init.el (diff) | |
download | emacs-5d7615683e52e8647b251d735628aaffe49f472f.tar.gz emacs-5d7615683e52e8647b251d735628aaffe49f472f.zip |
Comment out form-feed
-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) |