diff options
| author | Peng Wu <alexepico@gmail.com> | 2013-02-08 09:27:29 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2013-02-08 09:27:29 +0800 |
| commit | 00b1261817b55f04531bcac76191b27f796ab1ea (patch) | |
| tree | cd6b533d9f424cea4dbde9d8f189757ac03f8cba /lua | |
| parent | 522546c64bfaff53450b4d161c6acf4b8cd8a2be (diff) | |
add user.lua
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/Makefile.am | 2 | ||||
| -rw-r--r-- | lua/user.lua | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lua/Makefile.am b/lua/Makefile.am index 39ecdac..9f2b9b3 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -20,6 +20,7 @@ lua_script_DATA = \ base.lua \ + user.lua \ $(NULL) lua_scriptdir = $(pkgdatadir) @@ -83,4 +84,5 @@ lua_ext_console_LDADD = \ EXTRA_DIST = \ base.lua \ + user.lua \ $(NULL) diff --git a/lua/user.lua b/lua/user.lua new file mode 100644 index 0000000..9e09224 --- /dev/null +++ b/lua/user.lua @@ -0,0 +1,3 @@ +-- encoding: UTF-8 + +-- Note: the changes in user.lua script may take effect only after ime restart.
\ No newline at end of file |
