Create helloworld.el

This commit is contained in:
qiongyue
2013-01-06 19:08:24 -08:00
parent 4c4d25f29f
commit 334919ee68

3
e/helloworld.el Normal file
View File

@@ -0,0 +1,3 @@
;;for emacs elisp
(message "hello,world")