Skip to content

Commit 3d554f3

Browse files
author
Zev Blut
committed
Made some size changes.
1 parent 42a1762 commit 3d554f3

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

presentations/other_modes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
** [M-space] Remove all space but one
2828

29+
** [M-q] fill-paragraph
30+
** How to make this work better with Ruby comments
31+
2932

3033
* Keyboard Macros
3134

rubykaigi.el

+9-7
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
"Initial setup"
1111
(menu-bar-mode 1)
1212
(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)
1516
(top . 22)
1617
(left . 7)))
1718
(frame-configuration-to-register ?b) ;; Store original config
1819

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))
2021
)
2122

2223
;; Frame configuration a and b are full screen modes with b being
@@ -26,8 +27,9 @@
2627
"animate"
2728
;; Do I WANT THIS SIZE?
2829
(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)
3133
(top . 22)
3234
(left . 7)))
3335
(frame-configuration-to-register ?a)
@@ -285,8 +287,8 @@
285287
(progn
286288
"show and tell and animation"
287289
(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)
290292
(top . 22)
291293
(left . 7)))
292294
(delete-other-windows)

0 commit comments

Comments
 (0)