Merge pull request #96 from qiongyue/patch-1

Create helloworld.el
This commit is contained in:
Mike Donaghy
2014-06-20 02:07:13 -04:00

3
e/helloworld.el Normal file
View File

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