2013-08-17 23:09:50 +00:00
|
|
|
;________________________________________
|
2013-08-17 22:44:16 +00:00
|
|
|
; Load files matching lisp.d/*.el
|
|
|
|
;
|
|
|
|
|
|
|
|
(mapc
|
|
|
|
(lambda (path) (load-file path))
|
|
|
|
(file-expand-wildcards "~/.emacs.d/lisp.d/*.el" t)
|
|
|
|
)
|
|
|
|
|
2013-08-17 22:54:35 +00:00
|
|
|
;END;
|
2013-08-18 19:17:37 +00:00
|
|
|
(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.
|
2013-10-20 15:31:41 +00:00
|
|
|
)
|
2013-08-18 19:17:37 +00:00
|
|
|
(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.
|
|
|
|
)
|