dotfiles/emacs.d/init.el

19 lines
477 B
EmacsLisp
Raw Normal View History

(dolist (f '("packages.el"
"functions.el"
2024-12-14 15:31:45 -05:00
"later-init.el"
"ui.el"
"dired.el"
"minibuffer.el"
"editing.el"
2024-12-14 15:31:45 -05:00
"lsp.el"
"debugging.el"
"git.el"
"lang-modes.el"
"keybinds.el"
"commands.el"))
2024-12-08 19:14:58 -05:00
;;(message "%f loading %s" (float-time) f)
(load (locate-user-emacs-file f)))
(setq gc-cons-threshold original-gc-cons-threshold)