Skip to content

Commit 4ae8968

Browse files
author
Zev Blut
committed
Adding images
1 parent ac380d4 commit 4ae8968

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

images/curves.jpg

25.9 KB
Loading

images/real_programmers.png

82.5 KB
Loading

rubykaigi.el

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
(democamp/load-presentation "intro.txt")
3737

3838
(progn
39-
(find-file (concat democamp/image-dir "intro.jpg")))
39+
;; http://blogs.msdn.com/b/steverowe/archive/2004/11/17/code-editor-learning-curves.aspx
40+
(find-file (concat democamp/image-dir "curves.jpg")))
4041

4142
;; emacs basics (skippable based on attendees)
4243
(democamp/load-presentation "basics.txt")
@@ -208,6 +209,11 @@
208209
;; (setq emacspeak-flyspell-highlight-personality nil)
209210
;; (flyspell-mode 1))
210211

212+
(progn
213+
;; http://xkcd.com/378/
214+
(find-file (concat democamp/image-dir "real_programmers.png")))
215+
216+
211217
(progn
212218
"show and tell"
213219
(set-face-attribute 'default nil :height 200)

0 commit comments

Comments
 (0)