blob: ebeffb74617a7d0ecfee8191e1bbcfa273778b6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'.
************************************************************
|