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
18 lines
443 B
EmacsLisp
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)
|
|
|