My attempt to optimize my emacs load time <1 second
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.

11 lines
251 B

  1. ;; -*- lexical-binding: t; -*-
  2. (add-to-list 'load-path (concat user-emacs-directory "lisp/"))
  3. (require 'custom-early-init)
  4. (require 'custom-package-setup)
  5. (require 'custom-init)
  6. (require 'custom-functions)
  7. (require 'custom-packages)
  8. (server-start)