diff --git a/dot_config/doom/elfeed.org b/dot_config/doom/elfeed.org index 2b1de3e..ff0b84e 100644 --- a/dot_config/doom/elfeed.org +++ b/dot_config/doom/elfeed.org @@ -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]] diff --git a/dot_zprofile b/dot_zprofile index b1501d7..08e1eaa 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -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"