Skip to content

Commit

Permalink
[#156] Document evaluation of non-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Feb 16, 2023
1 parent a74cd99 commit 1bd5f2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apheleia.el
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,11 @@ then the first string element of the command list is resolved
inside node_modules/.bin if such a directory exists anywhere
above the current `default-directory'.
Any list elements that are not strings and not any of the special
symbols mentioned above will be evaluated when the formatter is
invoked, and spliced into the list. A form can evaluate either to
a string or to a list of strings.
The \"scripts/formatters\" subdirectory of the Apheleia source
repository is automatically prepended to $PATH (variable
`exec-path', to be specific) when invoking external formatters.
Expand Down

0 comments on commit 1bd5f2b

Please sign in to comment.