summaryrefslogtreecommitdiff
blob: 9ffa275c4a25be41c16b97debb3ba4536690d60a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;;; -*- 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 follwing 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)