Config eat for additional performance

This commit is contained in:
Dimitri Lozeve 2024-03-06 16:14:34 +01:00
parent b31871ad99
commit bd0f6a43e9

View file

@ -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"