2b8467c945
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
5 lines
66 B
Bash
5 lines
66 B
Bash
# -*- mode: Shell-script -*-
|
|
|
|
if [ -e ".todo" ]; then
|
|
todo
|
|
fi
|