summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szarmanski2023-05-02 11:11:19 +0200
committerPiotr Szarmanski2023-05-02 11:11:19 +0200
commitdc40e0d0454ba03e2e0976fd30be675fc356c49f (patch)
tree914aa691dc0172fe6acf13f2f6d6ef69933a611b
parentfc2409a3d82c0b8c983735ecbf584d811497180c (diff)
fixes
-rw-r--r--config.org25
1 files changed, 19 insertions, 6 deletions
diff --git a/config.org b/config.org
index 8878d4b..c0aa2ce 100644
--- a/config.org
+++ b/config.org
@@ -516,7 +516,7 @@ be refiled into a different tree. Really useful for TODOs.
"* %?\n %^t\n")
("s" "Wydarzenie dt. studiĆ³w" entry (file+headline ,(concat org-directory "agenda/mimuw.org")
"Wydarzenia")
- "* %^t "
+ "* %^t %? "
:refile-targets `(((,(concat org-directory "agenda/mimuw.org")) . (:tag . "cat"))))
("S" "Praca do wykonania" entry (file+headline ,(concat org-directory "agenda/mimuw.org")
"Praca do wykonania")
@@ -1166,16 +1166,29 @@ since it is more contained inside of Emacs.
("https://blog.cr.yp.to/feed.application=xml" blog tech)
("https://www.schneier.com/feed/atom" blog tech)
("https://nullprogram.com/feed/" blog tech)
- ;; Entertainment
+ ("https://sfconservancy.org/feeds/omnibus/" tech free)
+ ("https://guix.gnu.org/feeds/blog.atom" tech free)
+ ("https://sizeof.cat/index.xml" blog tech)
+ ("http://michael.orlitzky.com/articles/rss.xml" blog tech)
+ ("https://planet.emacslife.com/atom.xml" tech)
+ ; News
+ ("https://www.to-rss.xyz/wikipedia/current_events/" news)
+ ; Entertainment
;; Veritasium
("https://www.youtube.com/feeds/videos.xml?channel_id=UCHnyfMqiRRG1u-2MsSQLbXA" youtube sci)
;; video games
("https://www.youtube.com/feeds/videos.xml?channel_id=UCHSI8erNrN6hs3sUK6oONLA" youtube games)
("https://www.youtube.com/feeds/videos.xml?channel_id=UCKtix2xNNXdcEfEFnoOnvMw" youtube games)
- ))
-
- :commands elfeed
- :bind ("C-x f" . elfeed))
+ ))
+
+ (setq elfeed-search-filter "@2-weeks-ago +unread")
+ :init (defun my/elfeed ()
+ (interactive)
+ (elfeed)
+ (goto-char 0)
+ (elfeed-update))
+ :commands elfeed elfeed-update
+ :bind ("C-x f" . my/elfeed))
#+end_src
** Built-in entry: =eldoc=
*** Code