I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
428 B

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