diff -r 000000000000 -r aef1d0017234 .emacs-custom.el --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.emacs-custom.el Thu Apr 17 23:21:32 2008 +0300 @@ -0,0 +1,22 @@ +(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")))))