]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
reminders.in: Remove space between comment and text for examples.
authorSimon Ruderich <simon@ruderich.org>
Fri, 19 Oct 2012 22:18:11 +0000 (00:18 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 19 Oct 2012 22:18:11 +0000 (00:18 +0200)
Sets them apart from documentation comments.

reminders.in

index 43b03bf4bdb098d0af2dd65e9b3c0e72447d3c8e..77d7f3da1e25a0c1a28948dc81bee8117098f5e7 100644 (file)
@@ -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