I have used customize-group
on semantic
to set global-semantic-idle-summary-mode
to t
. My .emacs
has this entry in custom-set-variables
: '(global-semantic-idle-summary-mode t)
.
However, on starting emacs and opening a C++ source file, I don't see the idle summary at point.
On disabling and re-enabling idle summary mode with two calls to M-x global-idle-summary-mode
, the summary items start showing up.
How do I set this up correctly?