Skip to content

Commit 78527b6

Browse files
committed
Use run-with-idle-timer instead of run-with-timer
1 parent 0cd68cc commit 78527b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lisp/php-ui-phpactor.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
(local-set-key [remap xref-pop-marker-stack] #'smart-jump-back)
7272
(local-set-key [remap xref-find-references] #'smart-jump-references))
7373
(unless php-ui-phpactor-timer
74-
(setq php-ui-phpactor-timer (run-with-timer 1.0 1 #'php-ui-phpactor-hover)))
74+
(setq php-ui-phpactor-timer (run-with-idle-timer 1.0 1 #'php-ui-phpactor-hover)))
7575
(setq php-ui-phpactor-buffer t))
7676

7777
;;;###autoload

0 commit comments

Comments
 (0)