diff options
| author | TCCQ <thomasmulmer02@gmail.com> | 2025-04-10 20:01:08 -0700 |
|---|---|---|
| committer | TCCQ <thomasmulmer02@gmail.com> | 2025-04-10 20:01:08 -0700 |
| commit | afc8816016987374b40ecd527d0c95d9923ce54f (patch) | |
| tree | 36a67dc5a255089464a5280265d805dc1f266aa0 /emacs/site-lisp | |
| parent | aacd40d6adbf9bfb510e40b7ddb93678e7cecbcd (diff) | |
add delay for singleheader
Diffstat (limited to 'emacs/site-lisp')
| -rwxr-xr-x | emacs/site-lisp/single-header.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
