Emacs: GDB many windows by default.

master
Ambrevar 2012-12-11 10:33:03 +01:00
parent 51696948ad
commit 509ea1f218
1 changed files with 7 additions and 0 deletions

View File

@ -285,3 +285,10 @@ line-err-info-list)))
(define-key my-keys-minor-mode-map (kbd "<f10>")
'flymake-display-err-message-for-current-line)
;;==============================================================================
;; GUD
;;==============================================================================
;; Set GDB to display many windows by default.
(setq gdb-many-windows t)