dotfiles/emacs.d/init.el
Gered 28d6f2feb4 improve and sort-of clean up dap/gdb debugging config and keymaps
the main goal here is to provide common keybinds for controlling a
debugger session between dap-mode and gdb-mi/gud ... or at least, as
common as is possible
2024-12-09 20:48:06 -05:00

18 lines
443 B
EmacsLisp

(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"))
;;(message "%f loading %s" (float-time) f)
(load (locate-user-emacs-file f)))
(setq gc-cons-threshold original-gc-cons-threshold)