.emacs-custom.el
author Oleksander Gavenko <gavenko_a@3g.ua>
Thu, 17 Apr 2008 23:59:54 +0300
changeset 11 1fea5e1edb38
parent 6 d1c4515c3cfa
child 17 4f97bf9a25d5
permissions -rw-r--r--
Load vc-svn if ~/.el/svn dir exist.

;; -*- mode: lisp; coding: cp1251 -*-

;; Copyright (C) 2008 by Gavenko Oleksandr
;; Copyright (C) 2008 by Гавенко Алескандр

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(Info-additional-directory-list (quote ("d:/Project/Cygwin/usr/info")))
 '(Info-enable-edit t)
 '(browse-url-browser-function (quote browse-url-default-windows-browser))
 '(ecb-tip-of-the-day nil)
 '(eshell-command-interpreter-max-length 1024)
 '(pc-select-meta-moves-sexps t)
 '(read-quoted-char-radix 16)
 '(sentence-end-double-space nil)
 '(sql-password "")
 '(view-read-only t)
 '(w32-allow-system-shell t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(hl-line ((t (:inherit highlight :background "light yellow")))))