From b3df4f587c915bf00bcaee08803cf08d59888dd7 Mon Sep 17 00:00:00 2001 From: Niten Date: Sat, 1 May 2021 17:41:52 -0700 Subject: [PATCH] whoops, subreddits aren't varnames --- site.d/reddit.el | 60 ++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/site.d/reddit.el b/site.d/reddit.el index 0807b9b..f2f82ad 100644 --- a/site.d/reddit.el +++ b/site.d/reddit.el @@ -9,36 +9,36 @@ (when (require 'md4rd nil 'noerror) (setq md4rd-subs-active - (list academicbiblical - askhistorian - askreddit - askscience - bitcoin - changemyview - clojure - common_lisp - compsci - cryptocurrency - emacs - fire - futurelings - guile - guix - ipfs - learnprogramming - linux - lisp - neutralpolitics - nixos - outoftheloop - personalfinance - politics - programming - racket - science - todayilearned - unpopularopinion - worldnews)) + '(academicbiblical + askhistorian + askreddit + askscience + bitcoin + changemyview + clojure + common_lisp + compsci + cryptocurrency + emacs + fire + futurelings + guile + guix + ipfs + learnprogramming + linux + lisp + neutralpolitics + nixos + outoftheloop + personalfinance + politics + programming + racket + science + todayilearned + unpopularopinion + worldnews)) (defun consider-refresh-md4rd-login () (when (and (boundp 'md4rd--oauth-client-id)