(setq load-path (cons "~/.emacs.d/" load-path)) (defconst emacs-config-dir "~/.emacs.d/configs/" "") (defun load-cfg-files (filelist) (dolist (file filelist) (load (expand-file-name (concat emacs-config-dir file))) (message "Loaded config file:%s" file) )) (load-cfg-files '("cfg_initsplit" "cfg_keybindings" "cfg_site_gentoo" "cfg_conf-mode" "cfg_mail-mode" "cfg_apache-mode" "cfg_crontab-mode" "cfg_gnuserv" "cfg_subversion" "cfg_css-mode" "cfg_php-mode" "cfg_tramp" "cfg_killbuffer" "cfg_color-theme" "cfg_uniquify" "cfg_tabbar" "cfg_python" "cfg_ack" "cfg_scpaste" "cfg_ido-mode" "cfg_javascript" "cfg_ange_ftp" "cfg_font-lock" "cfg_default_face" "cfg_browser" "cfg_orgmode" "cfg_recentf" "cfg_flymake" "cfg_yasnippet" "cfg_outside_customize" )) (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. '(ange-ftp-passive-host-alist (quote (("redbus2.chalkface.com" . "on") ("zope.halogen-dg.com" . "on") ("85.119.217.50" . "on")))) '(blink-cursor-mode nil) '(browse-url-browser-function (quote browse-url-firefox)) '(browse-url-new-window-flag t) '(buffers-menu-max-size 30) '(buffers-menu-show-directories t) '(buffers-menu-show-status nil) '(case-fold-search t) '(column-number-mode t) '(cua-enable-cua-keys nil) '(cua-mode t nil (cua-base)) '(current-language-environment "UTF-8") '(ecb-options-version "2.32") '(enable-recursive-minibuffers t) '(file-name-shadow-mode t) '(fill-column 79) '(grep-command "grep --color=never -nHr -e * | grep -v .svn --color=never") '(grep-use-null-device nil) '(inhibit-startup-screen t) '(initial-frame-alist (quote ((width . 89) (height . 49)))) '(initsplit-customizations-alist (quote (("tabbar" "configs/cfg_tabbar.el" t) ("ange\\-ftp" "configs/cfg_ange_ftp.el" t) ("dired" "configs/cfg_dired.el" t) ("font\\-lock" "configs/cfg_font-lock.el" t) ("tramp" "configs/cfg_tramp.el" t) ("uniquify" "configs/cfg_uniquify.el" t) ("default" "configs/cfg_font-lock.el" t) ("ido" "configs/cfg_ido-mode.el" t) ("org" "configs/cfg_orgmode.el" t) ("gnus" "configs/cfg_gnus.el" t) ("nnmail" "configs/cfg_gnus.el" t) ("recentf" "configs/cfg_recentf.el" t)))) '(ispell-program-name "aspell") '(jabber-account-list (quote (("alex@halogen-dg.com")))) '(jabber-nickname "AVK") '(jabber-password nil) '(jabber-server "halogen-dg.com") '(jabber-username "alex") '(remember-data-file "~/Plans/remember.org") '(safe-local-variable-values (quote ((dtml-top-element . "body")))) '(save-place t nil (saveplace)) '(scroll-bar-mode (quote right)) '(scroll-margin 1) '(scroll-preserve-screen-position t) '(semantic-idle-scheduler-idle-time 432000) '(show-paren-mode t) '(sql-database "yp_trunk") '(sql-password "yp-trunk") '(sql-user "yp_trunk_alex") '(svn-status-hide-unmodified t) '(tool-bar-mode nil nil (tool-bar)) '(transient-mark-mode t) '(truncate-lines nil) '(truncate-partial-width-windows nil) '(user-mail-address "alex@halogen-dg.com") '(woman-use-own-frame nil)) (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. '(compilation-error ((t (:foreground "tomato" :weight bold)))) '(cursor ((t (:background "red1")))) '(custom-variable-tag ((((class color) (background dark)) (:inherit variable-pitch :foreground "DarkOrange" :weight bold)))) '(django-tag-face ((t (:background "#1e273f"))) t) '(dropdown-list-face ((t (:inherit default :background "gray89" :foreground "black")))) '(dropdown-list-selection-face ((t (:inherit dropdown-list :background "#6d1717")))) '(ecb-analyse-face ((((class color) (background dark)) (:inherit ecb-default-highlight-face :background "DarkSlateBlue" :foreground "white")))) '(ecb-source-face ((((class color) (background dark)) (:inherit ecb-default-highlight-face :background "DeepSkyBlue" :foreground "white")))) '(ecb-tag-header-face ((((class color) (background dark)) (:background "SeaGreen1" :foreground "black")))) '(highlight ((t (:background "#7fff31" :foreground "black")))) '(hl-line ((t (:background "grey24")))) '(isearch ((t (:background "orange" :foreground "black")))) '(lazy-highlight ((((class color) (min-colors 88) (background dark)) (:background "darkgreen" :foreground "black")))) '(match ((((class color) (min-colors 88) (background dark)) (:background "RoyalBlue4")))) '(message-cited-text ((((class color) (background dark)) (:foreground "SandyBrown")))) '(message-header-name ((((class color) (background dark)) (:foreground "DarkGrey")))) '(message-header-other ((((class color) (background dark)) (:foreground "LightPink2")))) '(message-header-subject ((((class color) (background dark)) (:foreground "yellow2")))) '(message-separator ((((class color) (background dark)) (:foreground "thistle")))) '(outline-3 ((t (:foreground "seashell3")))) '(outline-7 ((t (:foreground "chartreuse")))) '(region ((t (:background "brown" :foreground "yellow")))) '(secondary-selection ((t (:background "forest green" :foreground "white")))) '(smerge-refined-change ((t (:background "midnight blue")))) '(tooltip ((((class color)) (:inherit variable-pitch :background "IndianRed1" :foreground "black")))) '(trailing-whitespace ((((class color) (background dark)) (:background "white" :foreground "black")))))