We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff7ed9 commit 40c3a92Copy full SHA for 40c3a92
lisp/php-ui-phpactor.el
@@ -71,7 +71,7 @@
71
(local-set-key [remap xref-pop-marker-stack] #'smart-jump-back)
72
(local-set-key [remap xref-find-references] #'smart-jump-references))
73
(unless php-ui-phpactor-timer
74
- (setq php-ui-phpactor-timer (run-with-timer 1.0 1 #'php-ui-phpactor-hover)))
+ (setq php-ui-phpactor-timer (run-with-idle-timer 1.0 1 #'php-ui-phpactor-hover)))
75
(setq php-ui-phpactor-buffer t))
76
77
;;;###autoload
0 commit comments