dotfiles/emacs.d/init.el
Gered 22af19b907 initial emacs.d config
probably a bunch of dumb things in here
2024-12-02 23:56:33 -05:00

15 lines
343 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"))
(load (locate-user-emacs-file f)))
(setq gc-cons-threshold original-gc-cons-threshold)