From 59678fb67f949d642b1326b70df0618f22a33ad6 Mon Sep 17 00:00:00 2001 From: Masatomo Nakano Date: Fri, 20 Dec 2002 11:55:26 +0000 Subject: initial import --- app-emacs/yc/files/50yc-gentoo.el | 4 ++++ app-emacs/yc/files/digest-yc-3.5.0 | 1 + app-emacs/yc/files/sample.dot.emacs | 10 ++++++++++ app-emacs/yc/files/sample.hosts.canna | 2 ++ 4 files changed, 17 insertions(+) create mode 100644 app-emacs/yc/files/50yc-gentoo.el create mode 100644 app-emacs/yc/files/digest-yc-3.5.0 create mode 100644 app-emacs/yc/files/sample.dot.emacs create mode 100644 app-emacs/yc/files/sample.hosts.canna (limited to 'app-emacs/yc/files') diff --git a/app-emacs/yc/files/50yc-gentoo.el b/app-emacs/yc/files/50yc-gentoo.el new file mode 100644 index 000000000000..3914d6a58b3a --- /dev/null +++ b/app-emacs/yc/files/50yc-gentoo.el @@ -0,0 +1,4 @@ + +;;; YC site-lisp configuration + +(setq load-path (cons "@SITELISP@" load-path)) diff --git a/app-emacs/yc/files/digest-yc-3.5.0 b/app-emacs/yc/files/digest-yc-3.5.0 new file mode 100644 index 000000000000..00f78d4a5404 --- /dev/null +++ b/app-emacs/yc/files/digest-yc-3.5.0 @@ -0,0 +1 @@ +MD5 005349434105cc06dc6cb930bb7fa9c3 yc.el-3.5.0.gz 32218 diff --git a/app-emacs/yc/files/sample.dot.emacs b/app-emacs/yc/files/sample.dot.emacs new file mode 100644 index 000000000000..8432c2ab3dd0 --- /dev/null +++ b/app-emacs/yc/files/sample.dot.emacs @@ -0,0 +1,10 @@ +;;;; -*- mode: lisp-interaction; syntax: elisp; coding: iso-2022-7bit -*- + +;;;; Configuration for yc +(setq yc-server-host "localhost") +(setq yc-use-color t) +(if (eq window-system 'x) + (setq yc-use-fence nil) + (setq yc-use-fence t)) +(load "yc") +(global-yc-mode 1) diff --git a/app-emacs/yc/files/sample.hosts.canna b/app-emacs/yc/files/sample.hosts.canna new file mode 100644 index 000000000000..70523ea54f9a --- /dev/null +++ b/app-emacs/yc/files/sample.hosts.canna @@ -0,0 +1,2 @@ +localhost +unix \ No newline at end of file -- cgit v1.2.3-65-gdbad