Emacs: Set some gdb options.

This commit is contained in:
tastytea 2020-06-01 17:49:41 +02:00
parent 00ad67675c
commit e0bedc6bd6
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; c++.el --- C++ settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-24T22:41:27+0200>
;; Time-stamp: <2020-06-01T17:49:06+0200>
;;; Commentary:
@ -97,6 +97,11 @@
(cmake-mode . eldoc-cmake-enable)
)
(use-package gdb-mi
:straight nil ; Inbuilt.
:custom ((gdb-many-windows t)
(gdb-show-main t)))
;; GUI for gdb and other debuggers.
(use-package realgud
:after (cc-mode)