summaryrefslogtreecommitdiff
path: root/japanese/yc.el/pkg-message
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-28 03:02:01 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-28 03:02:01 +0000
commitbffbfacda438723a994d03b39c532947e3d7866a (patch)
tree34718223cabbe73da8e5f615eae735fcc6355416 /japanese/yc.el/pkg-message
parentFix typo for setting up postfix support (diff)
Update to 3.4.7
Pass maintainership to submitter PR: ports/39891 Submitted by: Takayuki Nakao <t@nakao.org> Approved by: maintainer
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'.
+************************************************************