diff --git a/.config/next/init.lisp b/.config/next/init.lisp index 961cd840..8828d2d0 100644 --- a/.config/next/init.lisp +++ b/.config/next/init.lisp @@ -111,11 +111,12 @@ Videos are downloaded with `+youtube-dl-command+'." ;; proxy-mode ) %slot-default)) - ;; (request-resource-hook - ;; (reduce #'hooks:add-hook - ;; (mapcar #'make-handler-resource (list #'old-reddit-handler #'auto-proxy-handler)) - ;; :initial-value %slot-default)) - )) + (request-resource-hook + (reduce #'hooks:add-hook + (mapcar #'make-handler-resource (list + ;; #'auto-proxy-handler + #'old-reddit-handler)) + :initial-value %slot-default)))) (defun format-c->lisp (s) "Incomplete substitution of C format string to Lisp format string.