Update README.md

This commit is contained in:
James Cherti
2024-08-05 01:21:51 -04:00
parent 39bb766e8b
commit 88ec5691bb

View File

@@ -148,7 +148,7 @@ The auto-compile package automates the byte-compilation of Emacs Lisp files, ens
To activate auto-compile, add the following to the beginning of `~/.emacs.d/post-init.el`, before all other `use-package` statements:
``` emacs-lisp
(use-package auto-compile
:ensure t
:demand t
:custom
(auto-compile-check-parens nil)
:config