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)