From 98b75ce07c716b7c6f768a748a338158c9b67e09 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 4 Feb 2021 18:30:07 -0600 Subject: Change spacing; add org-archive-location --- config.org | 59 +++++++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/config.org b/config.org index eceff89..2b7a83d 100644 --- a/config.org +++ b/config.org @@ -1949,8 +1949,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast #+begin_src emacs-lisp :noweb-ref settings (setq elfeed-feeds - `( - ("https://rachelbythebay.com/w/atom.xml" blags tech) + `(("https://rachelbythebay.com/w/atom.xml" blags tech) ("https://notes.neeasade.net/rss_full.xml" blags tech) ("https://www.uninformativ.de/blog/feeds/en.atom" blags tech) ("http://blog.z3bra.org/rss/feed.xml" blags tech) @@ -1961,7 +1960,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast ("https://www.murilopereira.com/index.xml" blags tech) ("https://botanistinthekitchen.blog/feed/" blags food) ("https://www.careercenterbr.com/feed/" work) - ("https://blog.ebrpl.com/feed/" work) + ("https://blog.ebrpl.com/feed/" work) (,(concat "https://lemmy.ml/feeds/front/" ; long-ass url "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9." @@ -1975,33 +1974,35 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast "https://tilde.news/rss?token=" "FvdFj8rQkhrBy9j1yON1t6RYKDdcuG1MoUlyvRICmbgDGCf2JTWAEObDhdgt") news tildes tech) - ("https://www.acdw.net/atom.xml" fwends) + ("https://www.acdw.net/atom.xml" fwends) ("https://envs.net/~lucidiot/rsrsss/feed.xml" fwends) ("https://planet.emacslife.com/atom.xml" emacs) ("http://tilde.town/~lucidiot/fridaypostcard.xml" tildes art) - ("https://quasivoid.net/feed.atom" tildes) - ("https://benjaminwil.info/feed.xml" tildes fwends) - ("https://benjaminwil.info/antisocial/feed.xml" tildes) - ("https://blog.ryliejamesthomas.net/feed/" tildes) - ("https://p1k3.com/feed" tildes) - ("https://cosmic.voyage/rss.xml" tildes fiction sci-fi) - ("https://jackreid.xyz/index.xml" tildes) - ("http://lambdacreate.com/static/feed.rss" tildes fwends) - ("https://gaffen.co.uk/feed.xml" tildes) - ("https://gmb.21x2.net/rss.xml" tildes) - ("https://www.insom.me.uk/feed.xml" tildes) - ("https://invisibleup.com/atom.xml" tildes) - ("https://m455.casa/feed.rss" tildes fwends) - ("https://petras.space/index.xml" tildes) - ("https://www.benovermyer.com/post/index.xml" tildes) - ("https://tilde.town/~trm/blog/atom.xml" tildes) - ("https://tilde.team/feed.rss" tildes) - ("http://ajroach42.com/feed.xml" tildes) - ("http://tilde.town/~mroik/blog/rss.xml" tildes) - ("https://hamster.dance/blog/rss/" tildes) - ("https://m455.neocities.org/feed.rss" tildes fwends) - ("https://eli.li/feed.rss" tildes fwends) - ("https://aiweirdness.com/rss" tech))) + ("https://quasivoid.net/feed.atom" tildes) + ("https://benjaminwil.info/feed.xml" tildes fwends) + ("https://benjaminwil.info/antisocial/feed.xml" tildes) + ("https://blog.ryliejamesthomas.net/feed/" tildes) + ("https://p1k3.com/feed" tildes) + ("https://cosmic.voyage/rss.xml" tildes fiction sci-fi) + ("https://jackreid.xyz/index.xml" tildes) + ("http://lambdacreate.com/static/feed.rss" tildes fwends) + ("https://gaffen.co.uk/feed.xml" tildes) + ("https://gmb.21x2.net/rss.xml" tildes) + ("https://www.insom.me.uk/feed.xml" tildes) + ("https://invisibleup.com/atom.xml" tildes) + ("https://m455.casa/feed.rss" tildes fwends) + ("https://petras.space/index.xml" tildes) + ("https://www.benovermyer.com/post/index.xml" tildes) + ("https://tilde.town/~trm/blog/atom.xml" tildes) + ("https://tilde.team/feed.rss" tildes) + ("http://ajroach42.com/feed.xml" tildes) + ("http://tilde.town/~mroik/blog/rss.xml" tildes) + ("https://hamster.dance/blog/rss/" tildes) + ("https://m455.neocities.org/feed.rss" tildes fwends) + ("https://eli.li/feed.rss" tildes fwends) + ("https://aiweirdness.com/rss" tech) + ("https://www.gauss-pdf.com/rss" reading) + )) #+end_src *** COMMENT Elfeed-protocol @@ -2443,7 +2444,9 @@ Inspo: org-deadline-warning-days 2 ;; logging org-log-into-drawer "LOGBOOK" - org-log-done t) + org-log-done t + ;; archive + org-archive-location "archive.org::") #+end_src #+begin_src emacs-lisp :noweb-ref bindings -- cgit 1.4.1-21-gabe81