(add-to-list 'load-path "~/.emacs.d/lisp/") (require 'cl) (setq emacs-private-config (expand-file-name "~/.emacs.d/config/")) (load-file "~/.emacs-site.el") (setq custom-file "~/.emacs.d/emacs-custom.el") (load custom-file) (dolist (file-to-load '("fonts.el" "yas.el" "python.el" "c.el" "irony.el" "org.el" "slime.el" "whitespace.el" "general.el" "jabber.el" "erc.el" "pastebin.el")) (load-file (concat emacs-private-config file-to-load)))