Browse Source

Move startup code

main
parent
commit
63e7c54f59
  1. 4
      README.org
  2. 10
      early-init.el
  3. 0
      elisp/cleanup.el
  4. 0
      elisp/hosts.el
  5. 0
      elisp/modules.el
  6. 0
      elisp/options.el
  7. 0
      elisp/packages.el

4
README.org

@ -14,10 +14,10 @@
#+ATTR_LATEX: :width 420px
[[./docs/images/desktop-example.png]]
Portable [[https://gnu.org/software/emacs][GNU/Emacs]] dotfiles. Built for Life, Liberty, and the Open Road.
#+begin_quote
*DISCLAIMER*
These dotfiles are undergoing a major re-write, use at your own caution!
#+end_quote
Portable [[https://gnu.org/software/emacs][GNU/Emacs]] dotfiles. Built for Life, Liberty, and the Open Road.

10
early-init.el

@ -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.

0
lisp/cleanup.el → elisp/cleanup.el

0
lisp/hosts.el → elisp/hosts.el

0
lisp/modules.el → elisp/modules.el

0
lisp/options.el → elisp/options.el

0
lisp/packages.el → elisp/packages.el

Loading…
Cancel
Save