aboutsummaryrefslogtreecommitdiffstats
path: root/editors/tamago/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tamago/pkg-message')
-rw-r--r--editors/tamago/pkg-message8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/tamago/pkg-message b/editors/tamago/pkg-message
index 6d3011f40a6..7403cbfcb92 100644
--- a/editors/tamago/pkg-message
+++ b/editors/tamago/pkg-message
@@ -10,3 +10,11 @@ Chinese-GB: (set-language-environment "Chinese-GB")
Chinese-CNS: (set-language-environment "Chinese-CNS")
add to their `~/.emacs' file.
+
+Tamago uses unix domain socket to connect to Canna server by default.
+If you want to use Canna via unix domain socket, you need to install
+japanese/yc.el, too. Or, you may want to use inet domain socket by
+following settings:
+
+ (setq canna-hostname "localhost")
+ (setq canna-server-port "canna")