Download
(defun add-subdirs-to-load-path (dir)
"Recursive add directories to `load-path'."
(let ((default-directory (file-name-as-directory dir)))
(add-to-list 'load-path dir)
(normal-top-level-add-subdirs-to-load-path)))
(add-subdirs-to-load-path "~/MyEmacs/Site-Lisp/")
(defvar startup-connect-network t
"Whether connect network when startup Emacs.")
(require 'LazyCatFont)
(require 'LazyCatDepend)
(require 'LazyCatRedefine)
(require 'LazyCatKeystoke)
(require 'LazyCatCustomize)
(require 'LazyCatSetup)
(require 'LazyCatTheme)
(require 'LazyCatStartup)