From 1b136f60215447c8596cabe7ae4e9e7e0f142e9e Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 13 May 2020 11:01:59 +0200 Subject: [PATCH] Next: Re-enable reddit handler. --- .config/next/init.lisp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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.