Skip to content

Commit

Permalink
[#30] Add clarification about byte-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Aug 24, 2018
1 parent 38a15d8 commit 3f7534e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@ For this to work, you will need to stick to defining patches with
`el-patch-def*` and declaring features with `el-patch-feature`.
Anything else will cause `el-patch` to be loaded at runtime.

Note, of course, that you must have `el-patch` loaded at
byte-compilation time, since otherwise the macros will expand
incorrectly. This is true for all packages, not just `el-patch`.

If you do not byte-compile your init-file, then all of this is
immaterial.

Expand Down

0 comments on commit 3f7534e

Please sign in to comment.