summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-08-21 09:10:14 -0500
committerCase Duckworth2021-08-21 09:10:14 -0500
commit5d7615683e52e8647b251d735628aaffe49f472f (patch)
tree77c03f878f20ed8e977f702486a05f7febc4d7d4
parentRewrite early-init.el (diff)
downloademacs-5d7615683e52e8647b251d735628aaffe49f472f.tar.gz
emacs-5d7615683e52e8647b251d735628aaffe49f472f.zip
Comment out form-feed
-rw-r--r--init.el4
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)