diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/scala-mode/act')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/scala-mode/act | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.emacs.d/mysnippets/text-mode/scala-mode/act b/.emacs.d/mysnippets/text-mode/scala-mode/act deleted file mode 100644 index fce52fc..0000000 --- a/.emacs.d/mysnippets/text-mode/scala-mode/act +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | #Author : Jonas Bonèr <jonas@jonasboner.com> | ||
| 2 | #name : def act = { ..} | ||
| 3 | # -- | ||
| 4 | def act = { | ||
| 5 | loop { | ||
| 6 | react { | ||
| 7 | $0 | ||
| 8 | } | ||
| 9 | } | ||
| 10 | } \ No newline at end of file | ||
