This website works better with JavaScript.
Home
Explore
Help
Sign In
mitchty
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
options/[no-]testing.el: Initial commit for testing-p predicate
master
Mitch Tishmack
8 years ago
parent
5e2cd382f7
commit
4fed1aeaf0
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
options/no-testing.el
+1
-0
options/testing.el
+ 1
- 0
options/no-testing.el
View File
@@ -0,0 +1 @@
(setq testing-p nil)
+ 1
- 0
options/testing.el
View File
@@ -0,0 +1 @@
(setq testing-p t)
Write
Preview
Loading…
Cancel
Save