whoops, subreddits aren't varnames
This commit is contained in:
parent
744d57c895
commit
b3df4f587c
|
@ -9,36 +9,36 @@
|
||||||
(when (require 'md4rd nil 'noerror)
|
(when (require 'md4rd nil 'noerror)
|
||||||
|
|
||||||
(setq md4rd-subs-active
|
(setq md4rd-subs-active
|
||||||
(list academicbiblical
|
'(academicbiblical
|
||||||
askhistorian
|
askhistorian
|
||||||
askreddit
|
askreddit
|
||||||
askscience
|
askscience
|
||||||
bitcoin
|
bitcoin
|
||||||
changemyview
|
changemyview
|
||||||
clojure
|
clojure
|
||||||
common_lisp
|
common_lisp
|
||||||
compsci
|
compsci
|
||||||
cryptocurrency
|
cryptocurrency
|
||||||
emacs
|
emacs
|
||||||
fire
|
fire
|
||||||
futurelings
|
futurelings
|
||||||
guile
|
guile
|
||||||
guix
|
guix
|
||||||
ipfs
|
ipfs
|
||||||
learnprogramming
|
learnprogramming
|
||||||
linux
|
linux
|
||||||
lisp
|
lisp
|
||||||
neutralpolitics
|
neutralpolitics
|
||||||
nixos
|
nixos
|
||||||
outoftheloop
|
outoftheloop
|
||||||
personalfinance
|
personalfinance
|
||||||
politics
|
politics
|
||||||
programming
|
programming
|
||||||
racket
|
racket
|
||||||
science
|
science
|
||||||
todayilearned
|
todayilearned
|
||||||
unpopularopinion
|
unpopularopinion
|
||||||
worldnews))
|
worldnews))
|
||||||
|
|
||||||
(defun consider-refresh-md4rd-login ()
|
(defun consider-refresh-md4rd-login ()
|
||||||
(when (and (boundp 'md4rd--oauth-client-id)
|
(when (and (boundp 'md4rd--oauth-client-id)
|
||||||
|
|
Loading…
Reference in New Issue