adding gdb stuff

This commit is contained in:
Chris Cochrun 2025-06-04 11:02:50 -05:00
parent e401a1c326
commit 9d611fb93f
2 changed files with 9 additions and 0 deletions

View file

@ -2588,6 +2588,9 @@ targets."
(add-hook 'prog-mode-hook 'hl-line-mode)
(add-hook 'prog-mode-hook 'hs-minor-mode)
(setq gdb-many-windows t
gdb-show-main t)
(use-package smartparens
:config
(smartparens-global-mode +1)