Skip to content

Commit

Permalink
removed elfeed, because its config is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
henningninneh committed Jan 17, 2023
1 parent b85acca commit 474c134
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 27 deletions.
20 changes: 10 additions & 10 deletions elfeed.org
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
* Imported Feeds :elfeed:
** Call for Papers and Applications
* feeds :elfeed:
** call for papers and applications :cfp:
*** [[https://www.ipsa.org/latest-news-2/rss.xml][Latest IPSA News]]
*** [[https://www.ipsa.org/call-for-papers/rss.xml][IPSA News]]
*** [[http://rc03.ipsa.org/feed/rss2][ISA RC03]]
** polsci blogs
*** [[https://verfassungsblog.de/feed/][Verfassungsblog]]
*** [[http://www.jepp-online.com/feed/][JEPP Online]]
** blogs
*** [[https://netzpolitik.org/feed][netzpolitik.org]]
*** [[http://doingbayesiandataanalysis.blogspot.com/feeds/posts/default][doing bayesian data analysis]]
** journals
** blogs :blog:
*** [[https://verfassungsblog.de/feed/][Verfassungsblog]] :law:
*** [[http://www.jepp-online.com/feed/][JEPP Online]] :polsci:
*** [[https://www.regioparl.com/rss][Regioparl]] :polsci:
*** [[https://netzpolitik.org/feed][netzpolitik.org]] :digital:news:
*** [[http://doingbayesiandataanalysis.blogspot.com/feeds/posts/default][doing bayesian data analysis]] :method:
** journals :journal:
*** [[https://www.cogitatiopress.com/politicsandgovernance/gateway/plugin/WebFeedGatewayPlugin/atom][Politics & Governance]]
*** [[https://ejpr.onlinelibrary.wiley.com/feed/14756765/most-recent][EJPR]]
*** [[https://ejpr.onlinelibrary.wiley.com/feed/20478852/most-recent][PolDataYearbook]]
Expand Down Expand Up @@ -46,4 +46,4 @@
*** [[https://www.cambridge.org/core/rss/product/id/146C8B1E6606CE283EBC5B10B255F4C0][IO]]
*** [[https://journals.sagepub.com/action/showFeed?ui=0&mi=ehikzz&ai=2b4&jc=ipsa&type=axatoc&feed=rss][IPSR]]
** news
*** [[https://us12.campaign-archive.com/feed?u=149499106c3f4d0d4f6cf75c5&id=8f318ca8da][EUobserver Newsletter Archive Feed]]
*** [[https://us12.campaign-archive.com/feed?u=149499106c3f4d0d4f6cf75c5&id=8f318ca8da][EUobserver Newsletter Archive Feed]] :news:
15 changes: 0 additions & 15 deletions emacs-config.org
Original file line number Diff line number Diff line change
Expand Up @@ -184,21 +184,6 @@ Useful minor-mode: eww-readable ("R" key) gets rid of menus etc.
(setq-default shr-use-fonts nil) ; toggle with `F`
#+end_src

** elfeed-org
elfeed is an RSS/atom feed-reader for emacs. elfeed-org allows
configuration via org-files.

#+begin_src emacs-lisp
;; Load elfeed-org
(require 'elfeed-org)

;; Initialize elfeed-org
;; This hooks up elfeed-org to read the configuration when elfeed
;; is started with =M-x elfeed=
(elfeed-org)
#+end_src


** Miscellaneous
#+BEGIN_SRC emacs-lisp
(org-babel-load-file "~/.emacs.d/mode-config.org")
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'(org-agenda-files '("~/cloud/misc/org/2day.org"))
'(org-babel-load-languages '((emacs-lisp . t) (python . t) (R . t)))
'(package-selected-packages
'(elfeed-org titlecase dired-rainbow dired-open quarto-mode ess-view-data catppuccin-theme unfill flyspell-lazy free-keys figlet poly-R poly-markdown poly-noweb poly-org elgrep yasnippet-classic-snippets yasnippet-snippets vscode-icon all-the-icons all-the-icons-completion all-the-icons-dired all-the-icons-ibuffer neotree ein transpose-frame imenu-list outline-toc elpy pass calmer-forest-theme dired-single async auctex org-caldav ox-pandoc r-autoyas ess zenburn-theme yaml-mode visual-regexp typo tango-2-theme solarized-theme smex smartparens powerline polymode pandoc-mode org-ac multiple-cursors markdown-mode magit latex-pretty-symbols julia-mode jedi idle-highlight-mode flycheck flx-ido expand-region exec-path-from-shell emmet-mode draft-mode dracula-theme csv-mode company-web company-statistics company-quickhelp company-math company-auctex browse-kill-ring anti-zenburn-theme adaptive-wrap)))
'(titlecase dired-rainbow dired-open quarto-mode ess-view-data catppuccin-theme unfill flyspell-lazy free-keys figlet poly-R poly-markdown poly-noweb poly-org elgrep yasnippet-classic-snippets yasnippet-snippets vscode-icon all-the-icons all-the-icons-completion all-the-icons-dired all-the-icons-ibuffer neotree ein transpose-frame imenu-list outline-toc elpy pass calmer-forest-theme dired-single async auctex org-caldav ox-pandoc r-autoyas ess zenburn-theme yaml-mode visual-regexp typo tango-2-theme solarized-theme smex smartparens powerline polymode pandoc-mode org-ac multiple-cursors markdown-mode magit latex-pretty-symbols julia-mode jedi idle-highlight-mode flycheck flx-ido expand-region exec-path-from-shell emmet-mode draft-mode dracula-theme csv-mode company-web company-statistics company-quickhelp company-math company-auctex browse-kill-ring anti-zenburn-theme adaptive-wrap)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
Expand Down
2 changes: 1 addition & 1 deletion install-stuff.org
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following packages will be downloaded and installed.
'ebib
'ein
'elgrep
'elfeed-org
'elfeed
'emacs-everywhere
'emmet-mode
'ess-smart-underscore
Expand Down

0 comments on commit 474c134

Please sign in to comment.