Skip to content

Commit

Permalink
Regenerate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 18, 2018
1 parent f384572 commit 0726077
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Expand Up @@ -25,11 +25,11 @@ that `auto-compile-on-load-mode` is still required.
Setup
-----

To reduce the risk of loading outdated byte code files, you should set
`load-prefer-newer` and enable `auto-compile-on-load-mode` as early as
possible. Then also enable `auto-compile-on-save-mode`. You should
also consider not byte-compiling your personal init file, or setting
`load-prefer-newer` in a system-wide init file.
To reduce the risk of loading outdated byte code files, you should
set `load-prefer-newer` and enable `auto-compile-on-load-mode` as
early as possible. Then also enable `auto-compile-on-save-mode`.
You should also consider not byte-compiling your personal init
file, or setting `load-prefer-newer` in a system-wide init file.

If you use `package.el` then use something like this:

Expand All @@ -52,10 +52,11 @@ otherwise:
(auto-compile-on-save-mode)

You might want to set the file-local value of `no-byte-compile` to
`t`, e.g. by adding `-*- no-byte-compile: t -*-` at the end of the
very first line. That way all user files benefit from the protection
offered by `load-prefer-newer` and the modes that are defined here,
otherwise `~/.emacs.d/init.el` is the only exception.
t, e.g. by adding "-*- no-byte-compile: t -*-" (without the quotes)
at the end of the very first line. That way all user files benefit
from the protection offered by `load-prefer-newer` and the modes
that are defined here, otherwise `~/.emacs.d/init.el` is the only
exception.

Usage
-----
Expand Down

0 comments on commit 0726077

Please sign in to comment.