diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-04 22:28:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-04 22:28:54 -0200 |
commit | 79f6822843390eb6e25e9e275eb181040c0e0027 (patch) | |
tree | fb32220ec01993846c3cb7dc6622c4f91d502071 /modules/wyrd/remind.dot/cookbook.link/functions.rem | |
parent | b5705a814a5f28e3c56a2ec71997fd8765b5ed01 (diff) | |
download | dotfiles-79f6822843390eb6e25e9e275eb181040c0e0027.tar.gz dotfiles-79f6822843390eb6e25e9e275eb181040c0e0027.tar.bz2 |
Adding remind config
Diffstat (limited to 'modules/wyrd/remind.dot/cookbook.link/functions.rem')
-rw-r--r-- | modules/wyrd/remind.dot/cookbook.link/functions.rem | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/wyrd/remind.dot/cookbook.link/functions.rem b/modules/wyrd/remind.dot/cookbook.link/functions.rem new file mode 100644 index 0000000..3292d71 --- /dev/null +++ b/modules/wyrd/remind.dot/cookbook.link/functions.rem @@ -0,0 +1,3 @@ +FSET double(x) 2*x +FSET yeardiff(date1, date2) year(date1) - year(date2) +FSET since(x) ord(year(trigdate())-x) |