adding gdb stuff
This commit is contained in:
parent
e401a1c326
commit
9d611fb93f
2 changed files with 9 additions and 0 deletions
3
init.el
3
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue