summaryrefslogtreecommitdiff
blob: 8432c2ab3dd0571e1b566006c7ed794ea12b053f (plain)
1
2
3
4
5
6
7
8
9
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)