mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +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
|
: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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue