From: Simon Ruderich Date: Fri, 19 Oct 2012 22:18:11 +0000 (+0200) Subject: reminders.in: Remove space between comment and text for examples. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=0f108d3e879240f3147229926290a926b1d4aee0 reminders.in: Remove space between comment and text for examples. Sets them apart from documentation comments. --- diff --git a/reminders.in b/reminders.in index 43b03bf..77d7f3d 100644 --- a/reminders.in +++ b/reminders.in @@ -30,7 +30,7 @@ FSET todo() trigger(realtoday()) # Header. REM [todo()] MSG TODO: % -# REM [todo()] MSG Example todo entry. % +#REM [todo()] MSG Example todo entry. % # Empty line. REM [todo()] MSG % @@ -39,14 +39,14 @@ REM [todo()] MSG % # REMINDERS -# REM 04 April 2012 +10 MSG Example reminder entry. % +#REM 04 April 2012 +10 MSG Example reminder entry. % # DAEMON REMINDERS IF $Daemon > 0 - # REM AT 00:00 MSG Example reminder. + #REM AT 00:00 MSG Example reminder. ENDIF # vim: ft=remind