@@ -41,6 +41,10 @@ backspace and there are four spaces before the cursor.
41
41
2 . Go to Editor at top.
42
42
3 . Change the indent width to 4 and select * Add spaces instead of tabs* .
43
43
44
+ ### GNU Emacs
45
+
46
+ Emacs uses spaces with Python files by default.
47
+
44
48
### Mousepad
45
49
46
50
1 . Go to * Document* at the top, then * Tab Size* .
@@ -71,12 +75,12 @@ theme.
71
75
72
76
Type M-x, type ` load-theme ` , press Tab twice to see a list of theme
73
77
names, then enter a theme name and press Enter. If you want to
74
- automatically change the theme when Emacs starts, add
75
- ` (load-theme 'your-theme-name) ` to your ` ~/.emacs ` file .
78
+ automatically set the theme when Emacs starts, add
79
+ ` (load-theme 'your-theme-name) ` to your ` ~/.emacs ` .
76
80
77
- ### IDLE
81
+ ### Mousepad
78
82
79
- Go to * Options * , then * Configure IDLE * , then * Highlighting * at top .
83
+ Click * View * , go to * Color Scheme * and select whatever you want .
80
84
81
85
## Is your editor using Python 3?
82
86
@@ -99,18 +103,17 @@ If the version starts with 2, it's too old.
99
103
1 . Go to * Build* , then * Set Build Commands* .
100
104
2 . Replace ` python ` or ` python2 ` with ` python3 ` everywhere.
101
105
106
+ ### gedit, pluma and Mousepad
107
+
108
+ These editors don't support running programs with F5.
109
+
102
110
### GNU Emacs
103
111
104
112
Usually I write something in Emacs, then I press Ctrl+Z to suspend
105
113
Emacs and run the program myself and run ` fg ` to get back to Emacs. If
106
114
you know how to run programs in Emacs and you'd like to write about it
107
115
here, [ tell me] ( contact-me.md ) .
108
116
109
- ### IDLE
110
-
111
- If you [ installed IDLE] ( installing-python.md ) correctly, it should use
112
- Python 3.
113
-
114
117
***
115
118
116
119
You may use this tutorial freely at your own risk. See [ LICENSE] ( LICENSE ) .
0 commit comments