Update elfeeds and add smartpens package
This commit is contained in:
parent
a4a9a74812
commit
0302eaf77a
2 changed files with 19 additions and 1 deletions
|
@ -348,7 +348,25 @@
|
|||
:config
|
||||
(setq elfeed-feeds
|
||||
'("http://nullprogram.com/feed/"
|
||||
"http://planet.sbcl.org/rss20.xml"
|
||||
"https://planet.emacslife.com/atom.xml"
|
||||
"https://sachachua.com/blog/category/emacs-news/feed"
|
||||
"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")))
|
||||
|
||||
(use-package smartparens)
|
||||
|
|
|
@ -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))
|
||||
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
'(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-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
'(python-indent-guess-indent-offset nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue