.emacs-custom.el
changeset 0 aef1d0017234
child 6 d1c4515c3cfa
equal deleted inserted replaced
-1:000000000000 0:aef1d0017234
       
     1 (custom-set-variables
       
     2   ;; custom-set-variables was added by Custom.
       
     3   ;; If you edit it by hand, you could mess it up, so be careful.
       
     4   ;; Your init file should contain only one such instance.
       
     5   ;; If there is more than one, they won't work right.
       
     6  '(Info-additional-directory-list (quote ("d:/Project/Cygwin/usr/info")))
       
     7  '(Info-enable-edit t)
       
     8  '(browse-url-browser-function (quote browse-url-default-windows-browser))
       
     9  '(ecb-tip-of-the-day nil)
       
    10  '(eshell-command-interpreter-max-length 1024)
       
    11  '(pc-select-meta-moves-sexps t)
       
    12  '(read-quoted-char-radix 16)
       
    13  '(sentence-end-double-space nil)
       
    14  '(sql-password "")
       
    15  '(view-read-only t)
       
    16  '(w32-allow-system-shell t))
       
    17 (custom-set-faces
       
    18   ;; custom-set-faces was added by Custom.
       
    19   ;; If you edit it by hand, you could mess it up, so be careful.
       
    20   ;; Your init file should contain only one such instance.
       
    21   ;; If there is more than one, they won't work right.
       
    22  '(hl-line ((t (:inherit highlight :background "light yellow")))))