summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2002-12-20 11:55:26 +0000
committerMasatomo Nakano <nakano@gentoo.org>2002-12-20 11:55:26 +0000
commit59678fb67f949d642b1326b70df0618f22a33ad6 (patch)
tree741ae52ac5308a264019b8971a6a64508a2127ed /app-emacs/yc/files
parentVersion bumped (diff)
downloadgentoo-2-59678fb67f949d642b1326b70df0618f22a33ad6.tar.gz
gentoo-2-59678fb67f949d642b1326b70df0618f22a33ad6.tar.bz2
gentoo-2-59678fb67f949d642b1326b70df0618f22a33ad6.zip
initial import
Diffstat (limited to 'app-emacs/yc/files')
-rw-r--r--app-emacs/yc/files/50yc-gentoo.el4
-rw-r--r--app-emacs/yc/files/digest-yc-3.5.01
-rw-r--r--app-emacs/yc/files/sample.dot.emacs10
-rw-r--r--app-emacs/yc/files/sample.hosts.canna2
4 files changed, 17 insertions, 0 deletions
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