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)