diff options
| author | 2012-09-10 22:10:26 +0200 | |
|---|---|---|
| committer | 2012-09-10 22:10:26 +0200 | |
| commit | f305dd0c42c8d11d64efca6c37df148f934833c3 (patch) | |
| tree | e5f69a5ac2bd5ebab94e832c4946111a850d0e2b | |
| parent | c5dac997f4fccadbab199567ead1fcbcf4fdb211 (diff) | |
| download | undone-f305dd0c42c8d11d64efca6c37df148f934833c3.tar.gz undone-f305dd0c42c8d11d64efca6c37df148f934833c3.zip | |
Only show items with an id in default
| -rw-r--r-- | undone/main.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/undone/main.scm b/undone/main.scm index 30f16bc..55a0de0 100644 --- a/undone/main.scm +++ b/undone/main.scm @@ -166,7 +166,7 @@ (define-view default "Default todo-list view, show only the title." - "~a~%" content) + "~2d ~a~%" id content) (define (view args) "Show a list of todo items." |
