aboutsummaryrefslogtreecommitdiff
path: root/japanese/yc.el/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/yc.el/pkg-message')
-rw-r--r--japanese/yc.el/pkg-message16
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/yc.el/pkg-message b/japanese/yc.el/pkg-message
new file mode 100644
index 000000000000..ebeffb74617a
--- /dev/null
+++ b/japanese/yc.el/pkg-message
@@ -0,0 +1,16 @@
+************************************************************
+Quick Setup:
+
+(1) Add the following two lines in your $HOME/.emacs file;
+
+ (load "yc")
+ (global-yc-mode 1) ;; if you need ANK-conversion-mode in all buffers
+
+(2) Set the following environment variables;
+
+ CANNAHOST hostname of cannaserver
+ CANNALIBDIR a full path of the directory containing 'default.canna'
+
+ These values are also configurable in .emacs by setting variables
+ 'yc-server-host' and 'yc-canna-lib-path'.
+************************************************************