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)