dotfiles/emacs.d/init.el
2024-12-08 19:14:58 -05:00

17 lines
415 B
EmacsLisp

(dolist (f '("packages.el"
"misc.el"
"ui.el"
"dired.el"
"minibuffer.el"
"editing.el"
"dev.el"
"git.el"
"lang-modes.el"
"keybinds.el"
"commands.el"))
;;(message "%f loading %s" (float-time) f)
(load (locate-user-emacs-file f)))
(setq gc-cons-threshold original-gc-cons-threshold)