diff --git a/README.md b/README.md index ee474f8..15a062f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,5 @@ Scripts I use on my 9front install. * chatstart: mounts the 9gridchan chat. -* t+: indents in acme -* t-: unindents in acme * mdlink: Inserts a markdown link (see [this page](https://itwont.work/vimwiki-acme.html)) * wg: searches for markdown files (see [this page](https://itwont.work/vimwiki-acme.html)) \ No newline at end of file diff --git a/t+ b/t+ deleted file mode 100755 index 5a1bf82..0000000 --- a/t+ +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/rc -sed 's/^/ /' diff --git a/t- b/t- deleted file mode 100755 index 5be82ac..0000000 --- a/t- +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/rc -sed 's/^ //'