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