mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
I'll get to this later
This commit is contained in:
parent
d2c0089f0f
commit
ff50e7aaf6
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue