From f3d3b74b7657166f53c2f5267c3c8d0e609f5c36 Mon Sep 17 00:00:00 2001 From: Dorian Wood Date: Sun, 21 Mar 2021 08:19:40 -0400 Subject: [PATCH] Change EDITOR, add RSS feed --- dot_config/doom/elfeed.org | 1 + dot_zprofile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"