From ddfa1b752b34d4e92e5bb96c499612edb48190ba Mon Sep 17 00:00:00 2001 From: Nihilazo Date: Tue, 1 Dec 2020 14:25:18 +0000 Subject: [PATCH] acme --- README.md | 2 -- t+ | 2 -- t- | 2 -- 3 files changed, 6 deletions(-) delete mode 100755 t+ delete mode 100755 t- 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/^ //'