diff --git a/init.el b/init.el index 43f9426..2fc2119 100644 --- a/init.el +++ b/init.el @@ -959,8 +959,12 @@ (global-set-key (kbd "C-x RET RET") 'eat-other-window) (global-set-key (kbd "C-x p RET") 'eat-project-other-window) (setq eat-enable-shell-prompt-annotation nil) + (setopt eat-very-visible-cursor-type '(t nil nil)) + (setopt eat-default-cursor-type '(t nil nil)) (add-hook 'eshell-load-hook #'eat-eshell-mode) - (add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode)) + (add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode) + (setq process-adaptive-read-buffering nil) + (setq read-process-output-max (* 4 1024 1024))) (use-package mu4e :straight (:type git :host github :repo "djcb/mu"