about summary refs log tree commit diff
path: root/modules/workstation/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/emacs/init.el')
-rw-r--r--modules/workstation/emacs/init.el5
1 files changed, 5 insertions, 0 deletions
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.