File tree 2 files changed +12
-7
lines changed
2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 26
26
27
27
** [M-space] Remove all space but one
28
28
29
+ ** [M-q] fill-paragraph
30
+ ** How to make this work better with Ruby comments
31
+
29
32
30
33
* Keyboard Macros
31
34
Original file line number Diff line number Diff line change 10
10
" Initial setup"
11
11
(menu-bar-mode 1 )
12
12
(tool-bar-mode -1 )
13
- (modify-frame-parameters nil '((width . 175 )
14
- (height . 47 )
13
+ (modify-frame-parameters nil '(
14
+
15
+ (width . 138 ) (height . 45 )
15
16
(top . 22 )
16
17
(left . 7 )))
17
18
(frame-configuration-to-register ?b ) ; ; Store original config
18
19
19
- ; ; (message "Mac set to full screen frame config \n %s" (current-frame-configuration))
20
+ ; ; (message "Mac set to full screen frame config \n %s" (current-frame-configuration))
20
21
)
21
22
22
23
; ; Frame configuration a and b are full screen modes with b being
26
27
" animate"
27
28
; ; Do I WANT THIS SIZE?
28
29
(set-face-attribute 'default nil :height 200 )
29
- (modify-frame-parameters nil '((width . 102 )
30
- (height . 28 )
30
+ (modify-frame-parameters nil '(
31
+
32
+ (width . 80 ) (height . 26 )
31
33
(top . 22 )
32
34
(left . 7 )))
33
35
(frame-configuration-to-register ?a )
285
287
(progn
286
288
" show and tell and animation"
287
289
(set-face-attribute 'default nil :height 200 )
288
- (modify-frame-parameters nil '((width . 102 )
289
- (height . 28 )
290
+ (modify-frame-parameters nil '(
291
+ (width . 80 ) ( height . 26 )
290
292
(top . 22 )
291
293
(left . 7 )))
292
294
(delete-other-windows )
You can’t perform that action at this time.
0 commit comments