aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/yc/files/sample.dot.emacs')
-rw-r--r--app-emacs/yc/files/sample.dot.emacs12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-emacs/yc/files/sample.dot.emacs b/app-emacs/yc/files/sample.dot.emacs
deleted file mode 100644
index 101532e70..000000000
--- a/app-emacs/yc/files/sample.dot.emacs
+++ /dev/null
@@ -1,12 +0,0 @@
-;;;; -*- mode: lisp-interaction; syntax: elisp; coding: iso-2022-7bit -*-
-
-;;;; Configuration for yc
-(setq yc-server-host "unix")
-;If you use inet socket service, enable the following line.
-;(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)