mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
gdb-show-main = gdb-many-windows = t
This commit is contained in:
@ -20,6 +20,11 @@
|
||||
;;
|
||||
;;; Packages
|
||||
|
||||
;;;###package gdb
|
||||
(setq gdb-show-main t
|
||||
gdb-many-windows t)
|
||||
|
||||
|
||||
(use-package! dap-mode
|
||||
:when (featurep! :tools lsp)
|
||||
:after lsp-mode
|
||||
|
Reference in New Issue
Block a user