(setq load-path (cons "~/Emacs/Extensions" load-path)) (mapc 'load (directory-files "~/Emacs/Configurations" t "\.el$")) ;;;----------------------automatic customize---------------------------- (custom-set-variables '(scheme-program-name "scheme -large -band 6001.com")) ;;; custom-set-variables was added by Custom --