adding gdb stuff
This commit is contained in:
parent
e401a1c326
commit
9d611fb93f
|
@ -3526,6 +3526,12 @@ Let's also set =hl-line-mode= to be on for comint and prog modes
|
|||
(add-hook 'prog-mode-hook 'hs-minor-mode)
|
||||
#+END_SRC
|
||||
|
||||
And here is some setup for GDB when I need to use it.
|
||||
#+begin_src emacs-lisp
|
||||
(setq gdb-many-windows t
|
||||
gdb-show-main t)
|
||||
#+end_src
|
||||
|
||||
*** Lisp
|
||||
:PROPERTIES:
|
||||
:ID: 20250107T125200.695450
|
||||
|
|
Loading…
Reference in a new issue