2024-12-02 23:56:19 -05:00
|
|
|
(dolist (f '("packages.el"
|
2025-01-19 16:36:21 -05:00
|
|
|
"functions.el"
|
2024-12-14 15:31:45 -05:00
|
|
|
"later-init.el"
|
2024-12-02 23:56:19 -05:00
|
|
|
"ui.el"
|
|
|
|
"dired.el"
|
|
|
|
"minibuffer.el"
|
|
|
|
"editing.el"
|
2024-12-14 15:31:45 -05:00
|
|
|
"lsp.el"
|
2024-12-09 20:48:06 -05:00
|
|
|
"debugging.el"
|
2024-12-02 23:56:19 -05:00
|
|
|
"git.el"
|
|
|
|
"lang-modes.el"
|
2024-12-04 22:49:38 -05:00
|
|
|
"keybinds.el"
|
|
|
|
"commands.el"))
|
2024-12-08 19:14:58 -05:00
|
|
|
;;(message "%f loading %s" (float-time) f)
|
2024-12-02 23:56:19 -05:00
|
|
|
(load (locate-user-emacs-file f)))
|
|
|
|
|
|
|
|
(setq gc-cons-threshold original-gc-cons-threshold)
|
|
|
|
|