We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac380d4 commit 4ae8968Copy full SHA for 4ae8968
images/curves.jpg
25.9 KB
images/real_programmers.png
82.5 KB
rubykaigi.el
@@ -36,7 +36,8 @@
36
(democamp/load-presentation "intro.txt")
37
38
(progn
39
- (find-file (concat democamp/image-dir "intro.jpg")))
+ ;; http://blogs.msdn.com/b/steverowe/archive/2004/11/17/code-editor-learning-curves.aspx
40
+ (find-file (concat democamp/image-dir "curves.jpg")))
41
42
;; emacs basics (skippable based on attendees)
43
(democamp/load-presentation "basics.txt")
@@ -208,6 +209,11 @@
208
209
;; (setq emacspeak-flyspell-highlight-personality nil)
210
;; (flyspell-mode 1))
211
212
+(progn
213
+ ;; http://xkcd.com/378/
214
+ (find-file (concat democamp/image-dir "real_programmers.png")))
215
+
216
217
218
"show and tell"
219
(set-face-attribute 'default nil :height 200)
0 commit comments