summaryrefslogtreecommitdiffstats
path: root/newsbeuter
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-12-21 22:21:40 +0100
committerGravatar Tom Willemsen2010-12-21 23:04:17 +0100
commit2c39413e1ea70fb878decd2944eeb350770ff3ea (patch)
treef5e5f951b2f3a7c9036fa40864a24e40bcdc24ac /newsbeuter
parentf285419db944c9eb1a16fa8d7c0f237dc07819fb (diff)
downloaddotfiles-2c39413e1ea70fb878decd2944eeb350770ff3ea.tar.gz
dotfiles-2c39413e1ea70fb878decd2944eeb350770ff3ea.zip
Changes
removed org sharing from .emacs added lua-mode to .emacs.d files changed timestamp to [mm:ss] to match status bar in irssi/custom.theme added newsbeuter configuration
Diffstat (limited to 'newsbeuter')
-rw-r--r--newsbeuter/.gitignore3
-rw-r--r--newsbeuter/config15
2 files changed, 18 insertions, 0 deletions
diff --git a/newsbeuter/.gitignore b/newsbeuter/.gitignore
new file mode 100644
index 0000000..8afd898
--- /dev/null
+++ b/newsbeuter/.gitignore
@@ -0,0 +1,3 @@
+cache.*
+credentials
+history.*
diff --git a/newsbeuter/config b/newsbeuter/config
new file mode 100644
index 0000000..76ae018
--- /dev/null
+++ b/newsbeuter/config
@@ -0,0 +1,15 @@
+include "~/.newsbeuter/credentials"
+urls-source "googlereader"
+googlereader-show-special-feeds no
+auto-reload yes
+browser luakit
+feedlist-format "%-35t %?d?- %-35d&? %> %u"
+notify-program notify-send
+notify-beep yes
+reload-threads 3
+show-read-feeds no
+show-read-articles no
+text-width 80
+articlelist-format "%t %> %f"
+feedlist-title-format "%N %V %> %u feeds with new articles"
+articlelist-title-format "%N %V %T"