; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- modes.
Prompted by bug#60463.
This commit is contained in:
parent
16f1e47ca8
commit
cc1de953d4
1 changed files with 3 additions and 2 deletions
|
@ -3608,8 +3608,9 @@ Treats actions as defuns."
|
|||
(kill-local-variable 'gdb-define-alist)
|
||||
(remove-hook 'after-save-hook #'gdb-create-define-alist t))))
|
||||
|
||||
(defcustom gud-tooltip-modes '(gud-mode c-mode c++-mode fortran-mode
|
||||
python-mode)
|
||||
(defcustom gud-tooltip-modes '( gud-mode c-mode c++-mode fortran-mode
|
||||
python-mode c-ts-mode c++-ts-mode
|
||||
python-ts-mode)
|
||||
"List of modes for which to enable GUD tooltips."
|
||||
:type '(repeat (symbol :tag "Major mode"))
|
||||
:group 'tooltip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue