dotfiles/emacs.d/init.el
Gered 92550ce1dc add commands.el
with just a basic command that kinda helps out with some performance
issues when working over sshfs
2024-12-04 22:49:38 -05:00

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