From afc8816016987374b40ecd527d0c95d9923ce54f Mon Sep 17 00:00:00 2001 From: TCCQ Date: Thu, 10 Apr 2025 20:01:08 -0700 Subject: add delay for singleheader --- emacs/site-lisp/single-header.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/site-lisp/single-header.el b/emacs/site-lisp/single-header.el index 796a637..d8a8630 100755 --- a/emacs/site-lisp/single-header.el +++ b/emacs/site-lisp/single-header.el @@ -106,4 +106,4 @@ ;; do init frame seperately (single-header-show single-header--current-header-buffer) -(run-with-timer 0 1 'single-header-update) +(run-with-timer 1 1 'single-header-update) -- cgit v1.2.3