Update read-process-output-max

This commit is contained in:
James Cherti
2024-08-18 10:56:06 -04:00
parent 4f86e1121a
commit 458741e435
2 changed files with 1 additions and 2 deletions

View File

@@ -264,7 +264,6 @@ Add the following to `~/.emacs.d/post-init.el` to set up Vertico, Consult, and E
(window-parameters (mode-line-format . none)))))
(use-package embark-consult
:after (consult embark)
:ensure t
:hook
(embark-collect-mode . consult-preview-at-point-mode))