Update elfeeds and add smartpens package

This commit is contained in:
Marcus Kammer 2021-10-12 17:08:26 +02:00
parent a4a9a74812
commit 0302eaf77a
2 changed files with 19 additions and 1 deletions

View file

@ -348,7 +348,25 @@
:config :config
(setq elfeed-feeds (setq elfeed-feeds
'("http://nullprogram.com/feed/" '("http://nullprogram.com/feed/"
"http://planet.sbcl.org/rss20.xml"
"https://planet.emacslife.com/atom.xml" "https://planet.emacslife.com/atom.xml"
"https://sachachua.com/blog/category/emacs-news/feed" "https://sachachua.com/blog/category/emacs-news/feed"
"https://drewdevault.com/blog/index.xml" "https://drewdevault.com/blog/index.xml"
"https://www.tagesschau.de/xml/atom"
"https://emacsredux.com/atom.xml"
"https://endlessparentheses.com/atom.xml"
"https://norvig.com/rss-feed.xml"
"https://blog.mozilla.org/en/feed/"
"https://blog.codinghorror.com/rss/"
"https://blog.chromium.org/feeds/posts/default"
"https://blog.rust-lang.org/"
"https://hacks.mozilla.org/feed/"
"https://www.interaction-design.org/rss/site_news.xml"
"https://www.nngroup.com/feed/rss/"
"https://uxpamagazine.org/?feed=full"
"https://feedpress.me/UXmatters"
"https://uxmovement.com/feed"
"https://www.uxbeginner.com/feed/"
"https://www.phoronix.com/rss.php"))) "https://www.phoronix.com/rss.php")))
(use-package smartparens)

View file

@ -63,7 +63,7 @@
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)) '(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar") '(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
'(package-selected-packages '(package-selected-packages
'(elfeed eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window)) '(smartparens elfeed eglot javascript js-mode ob-http unicode-fonts plantuml-mode rust-mode org-web-tools emojify erc-image slime-company shrface helpful xref yaml-mode webpaste web-mode use-package typescript-mode slime rainbow-delimiters racket-mode powershell ox-reveal org-tree-slide olivetti ob-typescript ob-rust ob-go nov go-mode geiser-racket elpy eldoc doom-themes doom-modeline counsel all-the-icons-dired ace-window))
'(plantuml-default-exec-mode 'jar) '(plantuml-default-exec-mode 'jar)
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar") '(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
'(python-indent-guess-indent-offset nil) '(python-indent-guess-indent-offset nil)