Update README.md
This commit is contained in:
@@ -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:
|
To activate auto-compile, add the following to the beginning of `~/.emacs.d/post-init.el`, before all other `use-package` statements:
|
||||||
``` emacs-lisp
|
``` emacs-lisp
|
||||||
(use-package auto-compile
|
(use-package auto-compile
|
||||||
:ensure t
|
:demand t
|
||||||
:custom
|
:custom
|
||||||
(auto-compile-check-parens nil)
|
(auto-compile-check-parens nil)
|
||||||
:config
|
:config
|
||||||
|
|||||||
Reference in New Issue
Block a user