diff options
Diffstat (limited to '')
-rw-r--r-- | bookmarks | 20 | ||||
-rw-r--r-- | init.el | 7 |
2 files changed, 15 insertions, 12 deletions
@@ -1,20 +1,20 @@ -;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8-emacs -*- +;;;; Emacs Bookmark Format Version 1 ;;;; -*- coding: utf-8 -*- ;;; This format is meant to be slightly human-readable; ;;; nevertheless, you probably don't want to edit it. ;;; -*- End Of Bookmark File Format Version Stamp -*- (("org-capture-last-stored-marker" (filename . "~/Nextcloud/org/todo.org") - (front-context-string . "** TODO Work out") - (rear-context-string . "10dbece\n :END:\n") - (position . 246)) + (front-context-string . "** TODO Read lat") + (rear-context-string . " Personal Tasks\n") + (position . 1001)) ("org-refile-last-stored" (filename . "~/Nextcloud/org/todo.org") - (front-context-string . "** TODO Work out") - (rear-context-string . "10dbece\n :END:\n") - (position . 246)) + (front-context-string . "** TODO Read lat") + (rear-context-string . " Personal Tasks\n") + (position . 1001)) ("org-capture-last-stored" (filename . "~/Nextcloud/org/todo.org") - (front-context-string . "* TODO Work out ") - (rear-context-string . "3b65\n :END:\n") - (position . 5398)) + (front-context-string . "* TODO Read late") + (rear-context-string . "2020-01-02 Thu>\n") + (position . 5562)) )
\ No newline at end of file @@ -199,8 +199,11 @@ (use-package elfeed :config (setq elfeed-feeds - '("https://www.youtube.com/feeds/videos.xml?channel_id=UChWbNrHQHvKK6paclLp7WYw" - "https://www.reddit.com/r/linuxmasterrace.rss" + '("http://feeds.bbci.co.uk/news/rss.xml?edition=uk" + "https://www.feedspot.com/?followfeedid=4946040" + "http://feeds.bbci.co.uk/news/technology/rss.xml" + "http://newsrss.bbc.co.uk/rss/sportonline_uk_edition/rugby_union/rss.xml" + "http://feeds.bbci.co.uk/news/video_and_audio/politics/rss.xml" "https://feeds.feedburner.com/arstechnica/open-source" "https://www.computerweekly.com/rss/IT-security.xml" "https://www.fsf.org/static/fsforg/rss/news.xml" |