summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-08 09:27:29 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-08 09:27:29 +0800
commit00b1261817b55f04531bcac76191b27f796ab1ea (patch)
treecd6b533d9f424cea4dbde9d8f189757ac03f8cba /lua
parent522546c64bfaff53450b4d161c6acf4b8cd8a2be (diff)
downloadibus-libpinyin-00b1261817b55f04531bcac76191b27f796ab1ea.tar.gz
ibus-libpinyin-00b1261817b55f04531bcac76191b27f796ab1ea.tar.xz
ibus-libpinyin-00b1261817b55f04531bcac76191b27f796ab1ea.zip
add user.lua
Diffstat (limited to 'lua')
-rw-r--r--lua/Makefile.am2
-rw-r--r--lua/user.lua3
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