From d5c6f48bba9ee9280cbbed55813412b7d3994fcb Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:03:58 -0400 Subject: [PATCH] Add auto-compile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10b65f3..937e29e 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ You can also use the [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el Add the following to the beginning of `~/.emacs.d/pre-init.el`, before all other `use-package` statements: ``` emacs-lisp (use-package auto-compile + :ensure t :custom (auto-compile-check-parens nil) :config