From 40a29598a19495a131118d0597025018e401be47 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Wed, 14 Apr 2021 22:14:40 +0000 Subject: modules/emacs: hide gdb startup messages --- modules/workstation/emacs/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/workstation') diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el index 154f6953d62b..dd6a94f9aa4b 100644 --- a/modules/workstation/emacs/init.el +++ b/modules/workstation/emacs/init.el @@ -120,6 +120,11 @@ ;;; Eshell ;;; (add-hook 'eshell-mode-hook #'enable-ansi-color) +;;; gdb-mi ;;; +(with-eval-after-load "gdb-mi" + ;; Hide all the copyright and documentation messages at gdb startup. + (setq gud-gdb-command-name (concat gud-gdb-command-name " -q"))) + ;;; Ibuffer ;;; ;; Open ibuffer in other window, to match behaviour of the default ;; list-buffers. -- cgit 1.4.1