summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/newsboat/config3
-rw-r--r--.profile4
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
index 3ebd65a..302d00b 100644
--- a/.config/newsboat/config
+++ b/.config/newsboat/config
@@ -1,5 +1,6 @@
#how-read-feeds no
auto-reload yes
+reload-threads 5
external-url-viewer "urlview"
@@ -29,7 +30,7 @@ color listfocus black yellow standout
color listnormal_unread blue default bold
color listfocus_unread yellow default bold
color info yellow black bold
-color article white default
+color article default default
browser linkhandler
macro , open-in-browser
diff --git a/.profile b/.profile
index 4d997e6..d99cc0b 100644
--- a/.profile
+++ b/.profile
@@ -24,8 +24,8 @@ export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm11/bin:${PATH}
# Apps
# export ZSH="/home/jozan/.oh-my-zsh"
-export EDITOR="emacsclient -c -t"
-export VISUAL="emacsclient"
+export EDITOR="nvim"
+export VISUAL="nvim"
export PAGER="less"
export TERMINAL="alacritty"
export BROWSER="firefox"