(custom-set-variables '(all-christian-calendar-holidays t) '(dired-dnd-protocol-alist nil) '(dired-kept-versions 4) '(version-control t)) (custom-set-faces) (put 'scroll-left 'disabled nil) (setq exec-path (reverse (cons "c:/cygwin/bin" (reverse exec-path)))) (setq w32-get-true-file-attributes nil) ;;avoid emacs 22.3 delays with domain controller (setq other-holidays (cons '(holiday-fixed 12 8 "Immaculate Conception") other-holidays)) (add-hook 'dired-mode-hook ;; Add "I" for "kill subdir" (opposite of "i" insert subdir) '(lambda () ;; Because I can't remember C-u k does the same thing. (define-key dired-mode-map "I" 'dired-kill-subdir) )) (setq auto-mode-alist (append (list (cons "\\.php$" 'html-mode)) auto-mode-alist)) (cond (window-system (set-background-color "#fd9") ))