I'll get to this later

This commit is contained in:
Benson Chu 2026-03-19 16:11:00 -05:00
parent d2c0089f0f
commit ff50e7aaf6

View file

@ -162,7 +162,11 @@
:config :config
(setq realgud-window-split-orientation 'horizontal) (setq realgud-window-split-orientation 'horizontal)
(setq realgud:pdb-command-name "python3 -m pdb" (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) (use-package realgud-lldb)