Change EDITOR, add RSS feed

This commit is contained in:
Dorian Wood 2021-03-21 08:19:40 -04:00
parent 85bab54c19
commit f3d3b74b76
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@
**** [[https://blog.archive.org/tag/dweb/feed/][Archive.org Dweb Tag]]
**** [[https://letsencrypt.org/feed.xml][LetsEncrypt]]
**** [[https://anaulin.org//blog/index.xml][Ana Ulin's Blog]] :hugo:
**** [[https://techlearningcollective.com/feed.xml][Tech Learning Collective]] :queer:
*** culture
**** [[https://sententiaeantiquae.com/feed/][Sententiae Quotes]]
**** [[http://singout.org/feed][Sing Out Blog]]

View File

@ -9,7 +9,7 @@
export PATH="$PATH:$(du "$HOME/.local/bin" | cut -f2 | paste -sd ':'):.config/emacs/bin"
# Default programs:
export EDITOR="vim"
export EDITOR="emacsclient"
export TERMINAL="st"
export BROWSER="firefox"
export READER="zathura"