|
@ -1,5 +1,5 @@ |
|
|
(load-file "~/.emacs.d/lisp/cleanup.el") ;; Separate the immutable from the mutable. |
|
|
|
|
|
(load-file "~/.emacs.d/lisp/packages.el") ;; Get the packages we want, how we want them. |
|
|
|
|
|
(load-file "~/.emacs.d/lisp/options.el") ;; Load option declarations for host configurations. |
|
|
|
|
|
(load-file "~/.emacs.d/lisp/hosts.el") ;; Load your hosts configurations. |
|
|
|
|
|
(load-file "~/.emacs.d/lisp/modules.el") ;; Load your modules definitions. |
|
|
|
|
|
|
|
|
(load-file "~/.emacs.d/elisp/cleanup.el") ;; Separate the immutable from the mutable. |
|
|
|
|
|
(load-file "~/.emacs.d/elisp/packages.el") ;; Get the packages we want, how we want them. |
|
|
|
|
|
(load-file "~/.emacs.d/elisp/options.el") ;; Load option declarations for host configurations. |
|
|
|
|
|
(load-file "~/.emacs.d/elisp/hosts.el") ;; Load your hosts configurations. |
|
|
|
|
|
(load-file "~/.emacs.d/elisp/modules.el") ;; Load your modules definitions. |