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
This commit is contained in:
Alexander Heldt
2026-07-23 10:55:00 +02:00
parent 82b7ce8ccc
commit 8f22f82066
+1 -1
View File
@@ -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