Basic gdb setup

This commit is contained in:
laurensmiers 2017-09-25 15:42:48 +02:00
parent dc6b9e1d2e
commit 5f5960804f
2 changed files with 7 additions and 1 deletions

View file

@ -84,7 +84,10 @@
;; setup Windows if our bootloader is Windows
(if (eq system-type 'windows-nt)
(require 'setup-windows)
)
)
;; setup gdb
(require 'setup-gdb)
(custom-set-variables
;; custom-set-variables was added by Custom.