summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3981984a..bf994499 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2544,7 +2544,11 @@ Called by '~/src/dotfiles/bin/emacsclient --spw/update-environment'."
(gdb-wait-for-pending
(lambda ()
(let ((default-directory
- (expand-file-name "~/src/emacs/primary/")))
+ (expand-file-name "~/src/emacs/primary/"))
+ (gdb-debuginfod-enable-setting
+ (if (eq gdb-debuginfod-enable-setting 'ask)
+ nil
+ gdb-debuginfod-enable-setting)))
(gdb (if (setq pid (spw/daemon-pid name))
(format "gdb -i=mi --pid=%d src/emacs" pid)
(format "gdb -i=mi --args src/emacs %s" arg))))