Next: Re-enable reddit handler.

master
Pierre Neidhardt 2020-05-13 11:01:59 +02:00
parent 9a9a25f764
commit 1b136f6021
1 changed files with 6 additions and 5 deletions

View File

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