summaryrefslogtreecommitdiff
blob: 101532e704a666f5d0f3f85c9c70d3a3aebd175d (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 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)