summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTCCQ <thomasmulmer02@gmail.com>2025-04-10 20:01:08 -0700
committerTCCQ <thomasmulmer02@gmail.com>2025-04-10 20:01:08 -0700
commitafc8816016987374b40ecd527d0c95d9923ce54f (patch)
tree36a67dc5a255089464a5280265d805dc1f266aa0
parentaacd40d6adbf9bfb510e40b7ddb93678e7cecbcd (diff)
add delay for singleheader
-rwxr-xr-xemacs/site-lisp/single-header.el2
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)