Config eat for additional performance
This commit is contained in:
parent
b31871ad99
commit
bd0f6a43e9
1 changed files with 5 additions and 1 deletions
6
init.el
6
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue