From 4fed1aeaf0382eedd5b55879ff987607b05ab5ee Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 31 Dec 2017 13:25:26 -0600 Subject: [PATCH] options/[no-]testing.el: Initial commit for testing-p predicate --- options/no-testing.el | 1 + options/testing.el | 1 + 2 files changed, 2 insertions(+) create mode 100644 options/no-testing.el create mode 100644 options/testing.el diff --git a/options/no-testing.el b/options/no-testing.el new file mode 100644 index 0000000..57196d7 --- /dev/null +++ b/options/no-testing.el @@ -0,0 +1 @@ +(setq testing-p nil) diff --git a/options/testing.el b/options/testing.el new file mode 100644 index 0000000..0f7b57b --- /dev/null +++ b/options/testing.el @@ -0,0 +1 @@ +(setq testing-p t)