dotfiles/emacs.d/init.el

16 lines
370 B
EmacsLisp
Raw Normal View History

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