Basic gdb setup
This commit is contained in:
parent
dc6b9e1d2e
commit
5f5960804f
2 changed files with 7 additions and 1 deletions
3
custom/setup-gdb.el
Normal file
3
custom/setup-gdb.el
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
(setq gdb-many-windows 1)
|
||||||
|
|
||||||
|
(provide 'setup-gdb)
|
||||||
3
init.el
3
init.el
|
|
@ -86,6 +86,9 @@
|
||||||
(require 'setup-windows)
|
(require 'setup-windows)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; setup gdb
|
||||||
|
(require 'setup-gdb)
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue