(gud-menu-map): Add tooltip-toggle-gud-tips.
This commit is contained in:
parent
396fdf3c33
commit
12b47dbf1f
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@ Used to grey out relevant togolbar icons.")
|
|||
|
||||
(easy-mmode-defmap gud-menu-map
|
||||
'(([help] "Info" . gud-goto-info)
|
||||
([tooltips] menu-item "Toggle GUD tooltips" tooltip-toggle-gud-tips
|
||||
:enable (and (not emacs-basic-display)
|
||||
(display-graphic-p)
|
||||
(fboundp 'x-show-tip))
|
||||
:button (:toggle . tooltip-gud-tips-p))
|
||||
([refresh] "Refresh" . gud-refresh)
|
||||
([run] menu-item "Run" gud-run
|
||||
:enable (and (not gud-running)
|
||||
|
|
Loading…
Add table
Reference in a new issue