ソースを参照

options/[no-]testing.el: Initial commit for testing-p predicate

master
Mitch Tishmack 8年前
コミット
4fed1aeaf0
2個のファイルの変更2行の追加0行の削除
  1. +1
    -0
      options/no-testing.el
  2. +1
    -0
      options/testing.el

+ 1
- 0
options/no-testing.el ファイルの表示

@@ -0,0 +1 @@
(setq testing-p nil)

+ 1
- 0
options/testing.el ファイルの表示

@@ -0,0 +1 @@
(setq testing-p t)

読み込み中…
キャンセル
保存