From 2b8467c945910bded807b6e799de6a59628173a5 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 1 Jan 2011 03:11:16 +0100 Subject: Emacs, newsbeuter, zsh Removed whitespace-mode from emacs, it was messing up the performance of my settings. Removed old settings from emacs that I didn't use anymore. Now showing the article index in articlelist in newsbeuter --- zsh/functions/chpwd_show_todo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zsh/functions/chpwd_show_todo (limited to 'zsh') diff --git a/zsh/functions/chpwd_show_todo b/zsh/functions/chpwd_show_todo new file mode 100644 index 0000000..f9cd576 --- /dev/null +++ b/zsh/functions/chpwd_show_todo @@ -0,0 +1,5 @@ +# -*- mode: Shell-script -*- + +if [ -e ".todo" ]; then + todo +fi -- cgit v1.2.3-54-g00ecf