diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:29 -0200 |
commit | df5fc7f8a42bd07f35218b217a69d53249eda7fb (patch) | |
tree | ae192e03bcf1dbedf9d1fc40595e738e90169630 /modules/wyrd/remind.dot/cookbook.link/functions.rem | |
parent | e573a7090239d4b5cdc0e2e1053433f6341fdba2 (diff) | |
download | dotfiles-df5fc7f8a42bd07f35218b217a69d53249eda7fb.tar.gz dotfiles-df5fc7f8a42bd07f35218b217a69d53249eda7fb.tar.bz2 |
Removing wyrd to convert it to a submodule
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, 0 insertions, 3 deletions
diff --git a/modules/wyrd/remind.dot/cookbook.link/functions.rem b/modules/wyrd/remind.dot/cookbook.link/functions.rem deleted file mode 100644 index 3292d71..0000000 --- a/modules/wyrd/remind.dot/cookbook.link/functions.rem +++ /dev/null @@ -1,3 +0,0 @@ -FSET double(x) 2*x -FSET yeardiff(date1, date2) year(date1) - year(date2) -FSET since(x) ord(year(trigdate())-x) |