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.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8c864913..54f81818 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -4629,7 +4629,8 @@ We don't use the FILES parameter in the entry for \"d\" in
(cl-case major-mode
(c-mode
(call-interactively 'gdb)
- (setq mouse-autoselect-window t))
+ ;; (setq mouse-autoselect-window t)
+ )
(cperl-mode
(call-interactively 'perldb))
(python-mode