Rename e/helloworld.el to e/EmacsLisp.el

Filename should be the name of the language.
This commit is contained in:
Wtm
2015-12-12 14:26:56 +08:00
parent 3feea2d19f
commit 0eda369619

3
e/EmacsLisp.el Normal file
View File

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