From ffc6c99831e1436971917b00fd1960126f57d83f Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 12 Aug 2024 23:10:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebff0ac..362724d 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ To activate auto-compile, add the following to the beginning of `~/.emacs.d/post :demand t :custom (auto-compile-check-parens nil) + (auto-compile-display-buffer nil) :config (auto-compile-on-load-mode) (auto-compile-on-save-mode)) @@ -257,7 +258,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 :ensure t :defer t :hook