dotfiles/emacs.d/init.el

18 lines
443 B
EmacsLisp
Raw Normal View History

(dolist (f '("packages.el"
"misc.el"
"ui.el"
"dired.el"
"minibuffer.el"
"editing.el"
"dev.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)