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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user