From ff50e7aaf69e01d71eef3622610b94bb83ceefe6 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 19 Mar 2026 16:11:00 -0500 Subject: [PATCH] I'll get to this later --- lisp/ti-config/work-config.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ti-config/work-config.el b/lisp/ti-config/work-config.el index b842657..a67a43c 100644 --- a/lisp/ti-config/work-config.el +++ b/lisp/ti-config/work-config.el @@ -162,7 +162,11 @@ :config (setq realgud-window-split-orientation 'horizontal) (setq realgud:pdb-command-name "python3 -m pdb" - realgud:remake-command-name "/db/sds/packages2/remake/bin/remake")) + realgud:remake-command-name "/db/sds/packages2/remake/bin/remake") + + (defun realgud:rr () + (interactive) + )) (use-package realgud-lldb)