Add auto-compile

This commit is contained in:
James Cherti
2024-08-05 01:03:58 -04:00
parent 537889700b
commit d5c6f48bba

View File

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