diff --git a/.config/doom/config.el b/.config/doom/config.el index 266fc52..dab1dd3 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -49,24 +49,21 @@ (map! :leader :desc "Load new theme" "h t" #'counsel-load-theme) -(custom-set-variables - '(elfeed-feeds - (quote - (("https://www.reddit.com/r/linux.rss" reddit linux) - ("https://www.gamingonlinux.com/article_rss.php" gaming linux) - ("https://hackaday.com/blog/feed/" hackaday linux) - ("https://opensource.com/feed" opensource linux) - ("https://linux.softpedia.com/backend.xml" softpedia linux) - ("https://itsfoss.com/feed/" itsfoss linux) - ("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux) - ("https://www.phoronix.com/rss.php" phoronix linux) - ("http://feeds.feedburner.com/d0od" omgubuntu linux) - ("https://www.computerworld.com/index.rss" computerworld linux) - ("https://www.networkworld.com/category/linux/index.rss" networkworld linux) - ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux) - ("https://betanews.com/feed" betanews linux) - ("http://lxer.com/module/newswire/headlines.rss" lxer linux) - ("https://distrowatch.com/news/dwd.xml" distrowatch linux))))) +(setq elfeed-feeds '(("https://www.reddit.com/r/linux.rss" reddit linux) + ("https://www.gamingonlinux.com/article_rss.php" gaming linux) + ("https://hackaday.com/blog/feed/" hackaday linux) + ("https://opensource.com/feed" opensource linux) + ("https://linux.softpedia.com/backend.xml" softpedia linux) + ("https://itsfoss.com/feed/" itsfoss linux) + ("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux) + ("https://www.phoronix.com/rss.php" phoronix linux) + ("http://feeds.feedburner.com/d0od" omgubuntu linux) + ("https://www.computerworld.com/index.rss" computerworld linux) + ("https://www.networkworld.com/category/linux/index.rss" networkworld linux) + ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux) + ("https://betanews.com/feed" betanews linux) + ("http://lxer.com/module/newswire/headlines.rss" lxer linux) + ("https://distrowatch.com/news/dwd.xml" distrowatch linux))) (emms-all) (emms-default-players) diff --git a/.config/doom/config.org b/.config/doom/config.org index 3094945..30f629b 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -130,24 +130,21 @@ Setting the theme to doom-one. To try out new themes, I set a keybinding for co An RSS newsfeed reader for Emacs. #+BEGIN_SRC emacs-lisp -(custom-set-variables - '(elfeed-feeds - (quote - (("https://www.reddit.com/r/linux.rss" reddit linux) - ("https://www.gamingonlinux.com/article_rss.php" gaming linux) - ("https://hackaday.com/blog/feed/" hackaday linux) - ("https://opensource.com/feed" opensource linux) - ("https://linux.softpedia.com/backend.xml" softpedia linux) - ("https://itsfoss.com/feed/" itsfoss linux) - ("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux) - ("https://www.phoronix.com/rss.php" phoronix linux) - ("http://feeds.feedburner.com/d0od" omgubuntu linux) - ("https://www.computerworld.com/index.rss" computerworld linux) - ("https://www.networkworld.com/category/linux/index.rss" networkworld linux) - ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux) - ("https://betanews.com/feed" betanews linux) - ("http://lxer.com/module/newswire/headlines.rss" lxer linux) - ("https://distrowatch.com/news/dwd.xml" distrowatch linux))))) +(setq elfeed-feeds '(("https://www.reddit.com/r/linux.rss" reddit linux) + ("https://www.gamingonlinux.com/article_rss.php" gaming linux) + ("https://hackaday.com/blog/feed/" hackaday linux) + ("https://opensource.com/feed" opensource linux) + ("https://linux.softpedia.com/backend.xml" softpedia linux) + ("https://itsfoss.com/feed/" itsfoss linux) + ("https://www.zdnet.com/topic/linux/rss.xml" zdnet linux) + ("https://www.phoronix.com/rss.php" phoronix linux) + ("http://feeds.feedburner.com/d0od" omgubuntu linux) + ("https://www.computerworld.com/index.rss" computerworld linux) + ("https://www.networkworld.com/category/linux/index.rss" networkworld linux) + ("https://www.techrepublic.com/rssfeeds/topic/open-source/" techrepublic linux) + ("https://betanews.com/feed" betanews linux) + ("http://lxer.com/module/newswire/headlines.rss" lxer linux) + ("https://distrowatch.com/news/dwd.xml" distrowatch linux))) #+END_SRC * EMMS diff --git a/.config/doom/init.el b/.config/doom/init.el index 49ea349..29435f8 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -35,7 +35,7 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns - ;;ligatures ; ligatures and symbols to make your code pretty again + (ligatures +extras) ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions @@ -179,15 +179,9 @@ emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize - ;;(rss +org) ; emacs as an RSS reader + (rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - ;; :emms - ;; emms-setup - ;; emms-info - ;; emms-cue - ;; emms-mode-line - :config literate (default +bindings +smartparens)) diff --git a/.config/doom/packages.el b/.config/doom/packages.el index 0346e51..dd7ee26 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -48,24 +48,19 @@ ;(unpin! pinned-package another-pinned-package) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) -(package! all-the-icons-dired) (package! flycheck-aspell) (package! async) (package! dired-open) (package! dmenu) -(package! elfeed) (package! elpher) -;;(package! emms) (package! emojify) (package! evil-tutor) (package! ivy-posframe) (package! mastodon) (package! org-bullets) -;;(package! org-ql) (package! peep-dired) (package! pianobar) (package! rainbow-mode) (package! resize-window) (package! tldr) (package! wc-mode) -;;(package! writeroom-mode)