diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-03-03 22:57:42 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-03-03 22:57:42 (GMT) |
commit | daca630e4058fcdc5cb4397b5e49329e9b07776b (patch) | |
tree | 0d6c39416ab5f1e07a5a96744a77cbe1a0d88b7c /Tools/idle/config-unix.txt | |
parent | 820314ea954963937ee51190ea916b1f54361d0f (diff) | |
download | cpython-daca630e4058fcdc5cb4397b5e49329e9b07776b.zip cpython-daca630e4058fcdc5cb4397b5e49329e9b07776b.tar.gz cpython-daca630e4058fcdc5cb4397b5e49329e9b07776b.tar.bz2 |
a ConfigParser for idle and three configuration files
Diffstat (limited to 'Tools/idle/config-unix.txt')
-rw-r--r-- | Tools/idle/config-unix.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/idle/config-unix.txt b/Tools/idle/config-unix.txt new file mode 100644 index 0000000..e3170d0 --- /dev/null +++ b/Tools/idle/config-unix.txt @@ -0,0 +1,3 @@ +[EditorWindow] +font-name: courier +font-size: 10 |