From 8f22f82066a84e8db611aeb2aa881a5d47fd78bd Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 23 Jul 2026 10:55:00 +0200 Subject: [PATCH] pinwheel: Fix `emacs` startup And don't force the async path, wait at least 0.1sec for terminal to answer with capabilities. Using the async path broke the answer and inserted 4 spaces in the beginning of the buffer --- hosts/pinwheel/modules/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 8966dd6..363bfb5 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -58,7 +58,7 @@ #+END_SRC *** This makes emacsclient startup faster in TUI-mode #+BEGIN_SRC emacs-lisp - (setq-default xterm-query-timeout nil) + (setq-default xterm-query-timeout 0.1) #+END_SRC *** Disable startup messages #+BEGIN_SRC emacs-lisp